Uses of Record Class
io.trino.sql.planner.plan.TableFunctionNode.PassThroughSpecification
Packages that use TableFunctionNode.PassThroughSpecification
-
Uses of TableFunctionNode.PassThroughSpecification in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return TableFunctionNode.PassThroughSpecificationModifier and TypeMethodDescriptionTableFunctionNode.TableArgumentProperties.passThroughSpecification()Returns the value of thepassThroughSpecificationrecord component.Methods in io.trino.sql.planner.plan that return types with arguments of type TableFunctionNode.PassThroughSpecificationConstructors in io.trino.sql.planner.plan with parameters of type TableFunctionNode.PassThroughSpecificationModifierConstructorDescriptionTableArgumentProperties(String argumentName, boolean rowSemantics, boolean pruneWhenEmpty, TableFunctionNode.PassThroughSpecification passThroughSpecification, List<Symbol> requiredColumns, Optional<DataOrganizationSpecification> specification) Creates an instance of aTableArgumentPropertiesrecord class.