Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromClauseHasJoinWithoutOn ¶
FromClauseHasJoinWithoutOn reports whether fromClause contains a JOIN keyword not matched by an ON condition, by scanning tokens at depth 0.
Types ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
Node represents an AST node for BigQuery SQL.
func (*Node) ChildCount ¶
func (*Node) FieldNameForChild ¶
func (*Node) NamedChild ¶
func (*Node) NamedChildCount ¶
Click to show internal directories.
Click to hide internal directories.