Documentation
¶
Index ¶
Constants ¶
View Source
const ( LogicalOr logicalKind = iota LogicalAnd LogicalNot LogicalNAnd // created in `process` )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ASTNode ¶
func (*ASTNode) SeqQLString ¶
SeqQLString it is like String, but for SeqQL.
type Literal ¶
func ParseAggregationFilter ¶
type PipeFields ¶
func (*PipeFields) DumpSeqQL ¶
func (f *PipeFields) DumpSeqQL(o *strings.Builder)
func (*PipeFields) Name ¶
func (f *PipeFields) Name() string
type SeqQLQuery ¶
func ParseSeqQL ¶
func ParseSeqQL(q string, mapping seq.Mapping) (SeqQLQuery, error)
func (*SeqQLQuery) SeqQLString ¶
func (q *SeqQLQuery) SeqQLString() string
type Term ¶
func (Term) IsWildcard ¶
Click to show internal directories.
Click to hide internal directories.