UNPKG

@kuindji/sql-type-parser

Version:
10 lines 326 B
/** * AST type definitions specific to SQL SELECT queries * * This module contains AST nodes that are specific to SELECT: * - SelectClause - the main SELECT statement * - UnionClause - UNION/INTERSECT/EXCEPT operations * - SubqueryExpr - scalar subqueries in SELECT columns */ export {}; //# sourceMappingURL=ast.js.map