Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggDefs ¶ added in v0.16.0
type AggDefs struct {
UnaryAggs []AggDef `yaml:"unaryAggs"`
}
func DecodeUnaryAggDefs ¶ added in v0.16.0
type ExprDef ¶ added in v0.16.0
type ExprDef struct {
Name string `yaml:"name"`
SourceType string `yaml:"sourceType"`
Join bool `yaml:"join"`
Attrs [][2]string `yaml:"attrs"`
Unary bool `yaml:"unary"`
SkipExec bool `yaml:"skipExec"`
Binary bool `yaml:"binary"`
SkipName bool `yaml:"skipName"`
SkipTableId bool `yaml:"skipTableId"`
}
type FrameFactoryGen ¶
type FrameFactoryGen struct {
// contains filtered or unexported fields
}
type GenDefs ¶
type GenDefs interface{}
TODO not use arbitrary placeholder for optgen defs we could use cockroach's DSL for concise struct defs
type MemoExprs ¶ added in v0.16.0
type MemoExprs struct {
Exprs []ExprDef `yaml:"exprs"`
}
func DecodeMemoExprs ¶ added in v0.16.0
Click to show internal directories.
Click to hide internal directories.