Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Constraint ¶
type Constraint struct { // Left hand side of an SQL condition LHS types.Column // Right hand side of an SQL condition RHS interface{} }
Constraint wraps the SQL lhs and rhs variable.
type Graph ¶
type Graph map[interface{}]map[interface{}]struct{}
Graph represents the struct for terms matching.
type ProvInfo ¶
type ProvInfo struct {
// contains filtered or unexported fields
}
ProvInfo contains the provenance query metadata
type Translation ¶
type Translation struct { SQL string Nodes []types.Node Bindings []Binding Constraint []Constraint Prov map[int][]int }
Translation contains the translated result.
Click to show internal directories.
Click to hide internal directories.