AliasedRelation(NodeLocation location,
Relation relation,
Identifier alias,
List<Identifier> columnNames) |
AliasedRelation(Relation relation,
Identifier alias,
List<Identifier> columnNames) |
ColumnDefinition(Identifier name,
String type,
boolean nullable,
List<Property> properties,
Optional<String> comment) |
ColumnDefinition(NodeLocation location,
Identifier name,
String type,
boolean nullable,
List<Property> properties,
Optional<String> comment) |
CreateRole(Identifier name,
Optional<GrantorSpecification> grantor) |
CreateRole(NodeLocation location,
Identifier name,
Optional<GrantorSpecification> grantor) |
Deallocate(Identifier name) |
Deallocate(NodeLocation location,
Identifier name) |
DereferenceExpression(Expression base,
Identifier field) |
DereferenceExpression(NodeLocation location,
Expression base,
Identifier field) |
DescribeInput(Identifier name) |
DescribeInput(NodeLocation location,
Identifier name) |
DescribeOutput(Identifier name) |
DescribeOutput(NodeLocation location,
Identifier name) |
DropColumn(NodeLocation location,
QualifiedName table,
Identifier column,
boolean tableExists,
boolean columnExists) |
DropColumn(QualifiedName table,
Identifier column,
boolean tableExists,
boolean columnExists) |
DropRole(Identifier name) |
DropRole(NodeLocation location,
Identifier name) |
Execute(Identifier name,
List<Expression> parameters) |
Execute(NodeLocation location,
Identifier name,
List<Expression> parameters) |
ExternalBodyReference(Identifier identifier) |
LambdaArgumentDeclaration(Identifier name) |
Prepare(Identifier name,
Statement statement) |
Prepare(NodeLocation location,
Identifier name,
Statement statement) |
PrincipalSpecification(PrincipalSpecification.Type type,
Identifier name) |
Property(Identifier name,
Expression value) |
Property(NodeLocation location,
Identifier name,
Expression value) |
RenameColumn(NodeLocation location,
QualifiedName table,
Identifier source,
Identifier target,
boolean tableExists,
boolean columnExists) |
RenameColumn(QualifiedName table,
Identifier source,
Identifier target,
boolean tableExists,
boolean columnExists) |
RenameSchema(NodeLocation location,
QualifiedName source,
Identifier target) |
RenameSchema(QualifiedName source,
Identifier target) |
SingleColumn(Expression expression,
Identifier alias) |
SqlParameterDeclaration(Identifier name,
String type) |
Use(NodeLocation location,
Optional<Identifier> catalog,
Identifier schema) |
Use(Optional<Identifier> catalog,
Identifier schema) |
WithQuery(Identifier name,
Query query,
Optional<List<Identifier>> columnNames) |
WithQuery(NodeLocation location,
Identifier name,
Query query,
Optional<List<Identifier>> columnNames) |