MCPcopy
hub / github.com/cube2222/octosql / Stream

Struct Stream

parser/sqlparser/ast.go:534–538  ·  view source on GitHub ↗

Stream represents a SELECT statement.

Source from the content-addressed store, hash-verified

532
533// Stream represents a SELECT statement.
534type Stream struct {
535 Comments Comments
536 SelectExpr SelectExpr
537 Table TableName
538}
539
540// Format formats the node.
541func (node *Stream) Format(buf *TrackedBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected