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 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.