package
Version:
v0.4.0-rc1
Opens a new window with list of versions in this module.
Published: Dec 30, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 36
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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,
)
func (d *DescribeNode) Run(ctx ExecutionContext, produce ProduceFn, metaSend MetaSendFn) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.