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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.TsRow

Documentation

data TsRow Source #

Constructors

TsRow 

Fields

Instances
Eq TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Methods

(==) :: TsRow -> TsRow -> Bool #

(/=) :: TsRow -> TsRow -> Bool #

Data TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Methods

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

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

toConstr :: TsRow -> Constr #

dataTypeOf :: TsRow -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Methods

compare :: TsRow -> TsRow -> Ordering #

(<) :: TsRow -> TsRow -> Bool #

(<=) :: TsRow -> TsRow -> Bool #

(>) :: TsRow -> TsRow -> Bool #

(>=) :: TsRow -> TsRow -> Bool #

max :: TsRow -> TsRow -> TsRow #

min :: TsRow -> TsRow -> TsRow #

Show TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Methods

showsPrec :: Int -> TsRow -> ShowS #

show :: TsRow -> String #

showList :: [TsRow] -> ShowS #

Generic TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Associated Types

type Rep TsRow :: Type -> Type #

Methods

from :: TsRow -> Rep TsRow x #

to :: Rep TsRow x -> TsRow #

GPB TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Wire TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

TextMsg TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Methods

textPut :: TsRow -> Output #

textGet :: Stream s Identity Char => Parsec s () TsRow #

TextType TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Methods

tellT :: String -> TsRow -> Output #

getT :: Stream s Identity Char => String -> Parsec s () TsRow #

ReflectDescriptor TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Mergeable TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Default TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

Methods

defaultValue :: TsRow #

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

Defined in Network.Riak.Protocol.TsRow

Methods

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

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

type Rep TsRow Source # 
Instance details

Defined in Network.Riak.Protocol.TsRow

type Rep TsRow = D1 (MetaData "TsRow" "Network.Riak.Protocol.TsRow" "riak-protobuf-0.24.0.0-h3U4wTYEK14nKJTHzPAva" False) (C1 (MetaCons "TsRow" PrefixI True) (S1 (MetaSel (Just "cells") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq TsCell))))