Documentation ¶
Index ¶
Constants ¶
View Source
const TableKind = pkgpath + ".table"
Variables ¶
This section is empty.
Functions ¶
func NewTableTransformation ¶
Types ¶
type TableColumn ¶
type TableColumn struct { Column string Init interpreter.ResolvedFunction Reduce interpreter.ResolvedFunction Compute interpreter.ResolvedFunction As string Fill values.Value }
type TableOpSpec ¶
type TableOpSpec struct {
Columns []TableColumn
}
func (*TableOpSpec) Kind ¶
func (a *TableOpSpec) Kind() flux.OperationKind
type TableProcedureSpec ¶
type TableProcedureSpec struct { plan.DefaultCost Columns []TableColumn }
func (*TableProcedureSpec) Copy ¶
func (s *TableProcedureSpec) Copy() plan.ProcedureSpec
func (*TableProcedureSpec) Kind ¶
func (s *TableProcedureSpec) Kind() plan.ProcedureKind
Click to show internal directories.
Click to hide internal directories.