cmd

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2022 License: MPL-2.0 Imports: 44 Imported by: 0

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

func Execute

func Execute(ctx context.Context)

Types

type DescribeNode

type DescribeNode struct {
	Schema physical.Schema
}

func (*DescribeNode) Run

func (d *DescribeNode) Run(ctx ExecutionContext, produce ProduceFn, metaSend MetaSendFn) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL