Documentation ¶
Index ¶
Constants ¶
View Source
const ( OpNone = PredicateOp("NONE") OpAny = PredicateOp("ANY") OpEq = PredicateOp("=") OpLt = PredicateOp("<") OpGt = PredicateOp(">") OpContains = PredicateOp("CONTAINS") OpRegexp = PredicateOp("REGEXP") OpIn = PredicateOp("IN") OpOR = PredicateOp("OR") OpAND = PredicateOp("AND") )
Variables ¶
View Source
var ErrStopIter = fmt.Errorf("stop iteration")
Functions ¶
This section is empty.
Types ¶
type PredicateOp ¶
type PredicateOp string
type QueryBackend ¶
Click to show internal directories.
Click to hide internal directories.