Documentation ¶
Index ¶
- Constants
- type Aggregate
- type AggregateOp
- type Attribute
- type AttributeScope
- type BinaryOperation
- type CoalesceOperation
- type FieldExpression
- type GroupOperation
- type Intrinsic
- type Operator
- type ParseError
- type Pipeline
- type RootExpr
- type ScalarExpression
- type ScalarFilter
- type ScalarOperation
- type SpansetExpression
- type SpansetFilter
- type SpansetOperation
- type Static
- type StaticType
- type Status
- type UnaryOperation
Constants ¶
View Source
const ADD = 57391
View Source
const AND = 57379
View Source
const AVG = 57371
View Source
const BY = 57375
View Source
const CHILDCOUNT = 57363
View Source
const CLOSE_BRACE = 57353
View Source
const CLOSE_PARENS = 57355
View Source
const COALESCE = 57376
View Source
const COUNT = 57370
View Source
const DESC = 57389
View Source
const DIV = 57395
View Source
const DOT = 57351
View Source
const DURATION = 57350
View Source
const END_ATTRIBUTE = 57377
View Source
const EQ = 57381
View Source
const FALSE = 57358
View Source
const FLOAT = 57349
View Source
const GT = 57385
View Source
const GTE = 57386
View Source
const IDENTIFIER = 57346
View Source
const IDURATION = 57362
View Source
const INTEGER = 57348
View Source
const LT = 57383
View Source
const LTE = 57384
View Source
const MAX = 57372
View Source
const MIN = 57373
View Source
const MOD = 57396
View Source
const MUL = 57394
View Source
const NAME = 57364
View Source
const NEQ = 57382
View Source
const NIL = 57356
View Source
const NOT = 57393
View Source
const NRE = 57387
View Source
const OPEN_BRACE = 57352
View Source
const OPEN_PARENS = 57354
View Source
const OR = 57380
View Source
const PARENT = 57366
View Source
const PARENT_DOT = 57367
View Source
const PIPE = 57378
View Source
const POW = 57397
View Source
const RE = 57388
View Source
const RESOURCE_DOT = 57368
View Source
const SPAN_DOT = 57369
View Source
const STATUS = 57365
View Source
const STATUS_ERROR = 57359
View Source
const STATUS_OK = 57360
View Source
const STATUS_UNSET = 57361
View Source
const STRING = 57347
View Source
const SUB = 57392
View Source
const SUM = 57374
View Source
const TILDE = 57390
View Source
const TRUE = 57357
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateOp ¶
type AggregateOp int
func (AggregateOp) String ¶
func (a AggregateOp) String() string
type AttributeScope ¶
type AttributeScope int
func (AttributeScope) String ¶
func (s AttributeScope) String() string
type BinaryOperation ¶
type BinaryOperation struct {
// contains filtered or unexported fields
}
func (BinaryOperation) String ¶
func (o BinaryOperation) String() string
type CoalesceOperation ¶
type CoalesceOperation struct { }
func (CoalesceOperation) String ¶
func (o CoalesceOperation) String() string
type FieldExpression ¶
type FieldExpression interface {
// contains filtered or unexported methods
}
********************** Expressions **********************
type GroupOperation ¶
type GroupOperation struct {
// contains filtered or unexported fields
}
func (GroupOperation) String ¶
func (o GroupOperation) String() string
type ParseError ¶
type ParseError struct {
// contains filtered or unexported fields
}
ParseError is what is returned when we failed to parse.
func (ParseError) Error ¶
func (p ParseError) Error() string
type ScalarExpression ¶
type ScalarExpression interface {
// contains filtered or unexported methods
}
********************** Scalars **********************
type ScalarFilter ¶
type ScalarFilter struct {
// contains filtered or unexported fields
}
func (ScalarFilter) String ¶
func (f ScalarFilter) String() string
type ScalarOperation ¶
type ScalarOperation struct {
// contains filtered or unexported fields
}
func (ScalarOperation) String ¶
func (o ScalarOperation) String() string
type SpansetExpression ¶
type SpansetExpression interface {
// contains filtered or unexported methods
}
********************** Spansets **********************
type SpansetFilter ¶
type SpansetFilter struct {
// contains filtered or unexported fields
}
func (SpansetFilter) String ¶
func (f SpansetFilter) String() string
type SpansetOperation ¶
type SpansetOperation struct {
// contains filtered or unexported fields
}
func (SpansetOperation) String ¶
func (o SpansetOperation) String() string
type Static ¶
type Static struct {
// contains filtered or unexported fields
}
********************** Statics **********************
type StaticType ¶
type StaticType int
type UnaryOperation ¶
type UnaryOperation struct {
// contains filtered or unexported fields
}
func (UnaryOperation) String ¶
func (o UnaryOperation) String() string
Click to show internal directories.
Click to hide internal directories.