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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.IndexRequest.IndexQueryType

Documentation

data IndexQueryType Source #

Constructors

Eq 
Range 
Instances
Bounded IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Enum IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Eq IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Data IndexQueryType Source # 
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 Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Read IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Show IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Generic IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Associated Types

type Rep IndexQueryType :: Type -> Type #

GPB IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Wire IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

TextType IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

ReflectEnum IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Mergeable IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Default IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

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

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

Methods

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

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

type Rep IndexQueryType Source # 
Instance details

Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType

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