Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TypeTable is a table node TypeTable = "table" // TypeModel is a TypeModel TypeModel = "model" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Statement ¶
type Statement struct { Statement string // index of the statement in the SQL program Order int // Statement's input/output must be a table. Inputs []*Table Outputs []*Table }
Statement represents a graph node of one statement.
Click to show internal directories.
Click to hide internal directories.