Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DescribeNodeSchema = physical.NewSchema( []physical.SchemaField{ { Name: "name", Type: octosql.String, }, { Name: "type", Type: octosql.String, }, { Name: "time_field", Type: octosql.Boolean, }, }, -1, )
View Source
var VERSION = "dev"
Functions ¶
Types ¶
type DescribeNode ¶
func (*DescribeNode) Run ¶
func (d *DescribeNode) Run(ctx ExecutionContext, produce ProduceFn, metaSend MetaSendFn) error
Click to show internal directories.
Click to hide internal directories.