Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.03 KB

File metadata and controls

41 lines (24 loc) · 1.03 KB

minisql.sql.ast.SubqueryExpression

Home · Source file

SubqueryExpression

struct SubqueryExpression

Groups the subquery expression state and preserves the field relationships documented below.

View source

Members

kind

kind

Stores the kind associated with this value.

View source

query

query

Stores the query associated with this value.

View source