riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.TsQueryResponse

Documentation

data TsQueryResponse Source #

Constructors

TsQueryResponse 

Fields

Instances
Eq TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

Data TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TsQueryResponse -> c TsQueryResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TsQueryResponse #

toConstr :: TsQueryResponse -> Constr #

dataTypeOf :: TsQueryResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TsQueryResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TsQueryResponse) #

gmapT :: (forall b. Data b => b -> b) -> TsQueryResponse -> TsQueryResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TsQueryResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TsQueryResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> TsQueryResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TsQueryResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TsQueryResponse -> m TsQueryResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TsQueryResponse -> m TsQueryResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TsQueryResponse -> m TsQueryResponse #

Ord TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

Show TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

Generic TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

Associated Types

type Rep TsQueryResponse :: Type -> Type #

GPB TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

Wire TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

TextMsg TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

TextType TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

ReflectDescriptor TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

Mergeable TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

Default TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

MessageAPI msg' (msg' -> TsQueryResponse) TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

Methods

getVal :: msg' -> (msg' -> TsQueryResponse) -> TsQueryResponse #

isSet :: msg' -> (msg' -> TsQueryResponse) -> Bool #

type Rep TsQueryResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsQueryResponse

type Rep TsQueryResponse = D1 (MetaData "TsQueryResponse" "Network.Riak.Protocol.TsQueryResponse" "riak-protobuf-0.24.0.0-h3U4wTYEK14nKJTHzPAva" False) (C1 (MetaCons "TsQueryResponse" PrefixI True) (S1 (MetaSel (Just "columns") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq TsColumnDescription)) :*: (S1 (MetaSel (Just "rows") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq TsRow)) :*: S1 (MetaSel (Just "done") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))