riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.TsQueryResponse
data TsQueryResponse Source #
Constructors
Fields
Defined in Network.Riak.Protocol.TsQueryResponse
Methods
(==) :: TsQueryResponse -> TsQueryResponse -> Bool #
(/=) :: TsQueryResponse -> TsQueryResponse -> Bool #
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 #
compare :: TsQueryResponse -> TsQueryResponse -> Ordering #
(<) :: TsQueryResponse -> TsQueryResponse -> Bool #
(<=) :: TsQueryResponse -> TsQueryResponse -> Bool #
(>) :: TsQueryResponse -> TsQueryResponse -> Bool #
(>=) :: TsQueryResponse -> TsQueryResponse -> Bool #
max :: TsQueryResponse -> TsQueryResponse -> TsQueryResponse #
min :: TsQueryResponse -> TsQueryResponse -> TsQueryResponse #
showsPrec :: Int -> TsQueryResponse -> ShowS #
show :: TsQueryResponse -> String #
showList :: [TsQueryResponse] -> ShowS #
Associated Types
type Rep TsQueryResponse :: Type -> Type #
from :: TsQueryResponse -> Rep TsQueryResponse x #
to :: Rep TsQueryResponse x -> TsQueryResponse #
wireSize :: FieldType -> TsQueryResponse -> WireSize #
wirePut :: FieldType -> TsQueryResponse -> Put #
wirePutWithSize :: FieldType -> TsQueryResponse -> PutM WireSize #
wireGet :: FieldType -> Get TsQueryResponse #
wireGetPacked :: FieldType -> Get (Seq TsQueryResponse) #
textPut :: TsQueryResponse -> Output #
textGet :: Stream s Identity Char => Parsec s () TsQueryResponse #
tellT :: String -> TsQueryResponse -> Output #
getT :: Stream s Identity Char => String -> Parsec s () TsQueryResponse #
getMessageInfo :: TsQueryResponse -> GetMessageInfo #
reflectDescriptorInfo :: TsQueryResponse -> DescriptorInfo #
mergeAppend :: TsQueryResponse -> TsQueryResponse -> TsQueryResponse #
mergeConcat :: Foldable t => t TsQueryResponse -> TsQueryResponse #
defaultValue :: TsQueryResponse #
getVal :: msg' -> (msg' -> TsQueryResponse) -> TsQueryResponse #
isSet :: msg' -> (msg' -> TsQueryResponse) -> Bool #