Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
Node represents an immutable node in the common DAG with a unique identifier. TODO: make this serializable
func NewTransformFromOperation ¶
NewTransformFromOperation creates a new transform.
type Parser ¶
Parser consists of the language specific representation of AST and can convert into a common DAG.
type Source ¶
type Source interface {
Execute(queryCtx *models.QueryContext) error
}
Source represents data sources which are handled differently than other transforms as they are always independent and can always be parallelized.
Click to show internal directories.
Click to hide internal directories.