tvf

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Range

type Range struct {
	// contains filtered or unexported fields
}

func NewRange

func NewRange(start, end execution.Expression) *Range

func (*Range) Document

func (r *Range) Document() docs.Documentation

func (*Range) Get

func (r *Range) Get(variables octosql.Variables) (execution.RecordStream, error)

type RangeStream

type RangeStream struct {
	// contains filtered or unexported fields
}

func (*RangeStream) Close

func (s *RangeStream) Close() error

func (*RangeStream) Next

func (s *RangeStream) Next() (*execution.Record, error)

type Tumble

type Tumble struct {
	// contains filtered or unexported fields
}

func NewTumble

func NewTumble(source execution.Node, timeField octosql.VariableName, windowLength, offset execution.Expression) *Tumble

func (*Tumble) Document

func (r *Tumble) Document() docs.Documentation

func (*Tumble) Get

func (r *Tumble) Get(variables octosql.Variables) (execution.RecordStream, error)

type TumbleStream

type TumbleStream struct {
	// contains filtered or unexported fields
}

func (*TumbleStream) Close

func (s *TumbleStream) Close() error

func (*TumbleStream) Next

func (s *TumbleStream) Next() (*execution.Record, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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