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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.IndexRequest.IndexQueryType

Documentation

data IndexQueryType #

Constructors

Eq 
Range 
Instances
Bounded IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Enum IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Eq IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Data IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Methods

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

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

toConstr :: IndexQueryType -> Constr #

dataTypeOf :: IndexQueryType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Read IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Show IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Generic IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Associated Types

type Rep IndexQueryType :: * -> * #

GPB IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Wire IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

TextType IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

ReflectEnum IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Mergeable IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Default IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

MessageAPI msg' (msg' -> IndexQueryType) IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Methods

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

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

type Rep IndexQueryType # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

type Rep IndexQueryType = D1 (MetaData "IndexQueryType" "Network.Riak.Protocol.IndexRequest.IndexQueryType" "riak-protobuf-0.23.0.0-LKDQ6jFAKFEK4UHEMKS2Lf" False) (C1 (MetaCons "Eq" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "Range" PrefixI False) (U1 :: * -> *))