Uses of Class
io.trino.sql.tree.MergeCase
Packages that use MergeCase
-
Uses of MergeCase in io.trino.sql.tree
Subclasses of MergeCase in io.trino.sql.treeMethods in io.trino.sql.tree that return types with arguments of type MergeCaseMethods in io.trino.sql.tree with parameters of type MergeCaseModifier and TypeMethodDescriptionprotected RAstVisitor.visitMergeCase(MergeCase node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type MergeCaseModifierConstructorDescriptionMerge(NodeLocation location, Table table, Optional<Identifier> targetAlias, Relation relation, Expression expression, List<MergeCase> mergeCases) Merge(Table table, Optional<Identifier> targetAlias, Relation relation, Expression expression, List<MergeCase> mergeCases) Merge(Optional<NodeLocation> location, Table table, Optional<Identifier> targetAlias, Relation relation, Expression expression, List<MergeCase> mergeCases)