Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Load relationDst, csv_pathfile Load opCode = iota + 1 // Print relationSrc Print // Join relationDst, relationSrc1, relationSrc2 Join // Rename relationDst, relationSrc, attrOld, attrNew Rename // Project relationDst, relationSrc, attr1, attr2, ..., attrN Project // Restrict relationDst, relationSrc Restrict // Pushv typ, value Pushv // Pusha attr Pusha // OpEq typ OpEq // OpGT typ OpGT // OpAnd OpAnd // OpOr OpOr // OpAdd typ OpAdd // OpMult typ OpMult )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Machine ¶
type Machine struct {
// contains filtered or unexported fields
}
func NewMachine ¶
func NewMachine() *Machine
type Relation ¶
func NewRelation ¶
Click to show internal directories.
Click to hide internal directories.