Documentation
¶
Index ¶
Constants ¶
View Source
const TablesKind = "internal/gen.tables"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
execute.ExecutionNode
// contains filtered or unexported fields
}
func (*Source) AddTransformation ¶
func (s *Source) AddTransformation(t execute.Transformation)
type TablesOpSpec ¶
type TablesOpSpec struct {
N int `json:"n"`
Tags []Tag `json:"tags,omitempty"`
Nulls float64 `json:"nulls,omitempty"`
}
func (*TablesOpSpec) Kind ¶
func (s *TablesOpSpec) Kind() flux.OperationKind
type TablesProcedureSpec ¶
type TablesProcedureSpec struct {
plan.DefaultCost
Schema gen.Schema
}
func (*TablesProcedureSpec) Copy ¶
func (s *TablesProcedureSpec) Copy() plan.ProcedureSpec
func (*TablesProcedureSpec) Kind ¶
func (s *TablesProcedureSpec) Kind() plan.ProcedureKind
Click to show internal directories.
Click to hide internal directories.