Package io.trino.sql.analyzer
Class Analysis.TableArgumentAnalysis.Builder
java.lang.Object
io.trino.sql.analyzer.Analysis.TableArgumentAnalysis.Builder
- Enclosing class:
- Analysis.TableArgumentAnalysis
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withArgumentName(String argumentName) withName(QualifiedName name) withOrderBy(OrderBy orderBy) withPartitionBy(List<Expression> partitionBy) withPassThroughColumns(boolean passThroughColumns) withPruneWhenEmpty(boolean pruneWhenEmpty) withRelation(Relation relation) withRowSemantics(boolean rowSemantics)
-
Method Details
-
withArgumentName
-
withName
-
withRelation
-
withPartitionBy
-
withOrderBy
-
withPruneWhenEmpty
-
withRowSemantics
-
withPassThroughColumns
-
build
-