Documentation
¶
Index ¶
Constants ¶
View Source
const ( LOWEST int EQUALS // = LOGICAL // and, or, not LESSGREATER // > or < or <= or >= SUM // + PRODUCT // * PREFIX // -X CALL // func(x) INDEX // array[index] )
Precendence from lowest to highest
View Source
const ( ProcessFieldType = 1 SampleFieldType = 2 ProcessAttributeFieldType = 3 SampleAttributeFieldType = 4 ProcessFuncType = 5 SampleFuncType = 6 )
Variables ¶
View Source
var ErrInvalidWhereStatement = errors.New("invalid where statement")
View Source
var ErrNoSelectionStatement = errors.New("no selection statement")
Functions ¶
func HasSampleMatchStatement ¶
Types ¶
type AndStatement ¶
type MatchStatement ¶
type OrStatement ¶
Click to show internal directories.
Click to hide internal directories.