Uses of Record Class
io.trino.sql.planner.plan.TableFunctionNode.PassThroughColumn
Packages that use TableFunctionNode.PassThroughColumn
-
Uses of TableFunctionNode.PassThroughColumn in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type TableFunctionNode.PassThroughColumnModifier and TypeMethodDescriptionTableFunctionNode.PassThroughSpecification.columns()Returns the value of thecolumnsrecord component.Constructor parameters in io.trino.sql.planner.plan with type arguments of type TableFunctionNode.PassThroughColumnModifierConstructorDescriptionPassThroughSpecification(boolean declaredAsPassThrough, List<TableFunctionNode.PassThroughColumn> columns) Creates an instance of aPassThroughSpecificationrecord class.