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 Source #

Constructors

Eq 
Range 

Instances

Bounded IndexQueryType Source # 
Enum IndexQueryType Source # 
Eq IndexQueryType Source # 
Data IndexQueryType Source # 

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 # 
Read IndexQueryType Source # 
Show IndexQueryType Source # 
Generic IndexQueryType Source # 

Associated Types

type Rep IndexQueryType :: * -> * #

GPB IndexQueryType Source # 
Wire IndexQueryType Source # 
TextType IndexQueryType Source # 
ReflectEnum IndexQueryType Source # 
Mergeable IndexQueryType Source # 
Default IndexQueryType Source # 
MessageAPI msg' (msg' -> IndexQueryType) IndexQueryType Source # 

Methods

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

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

type Rep IndexQueryType Source # 
type Rep IndexQueryType = D1 (MetaData "IndexQueryType" "Network.Riak.Protocol.IndexRequest.IndexQueryType" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) ((:+:) (C1 (MetaCons "Eq" PrefixI False) U1) (C1 (MetaCons "Range" PrefixI False) U1))