Uses of Class
io.prestosql.execution.Column
-
Packages that use Column Package Description io.prestosql.execution -
-
Uses of Column in io.prestosql.execution
Methods in io.prestosql.execution that return types with arguments of type Column Modifier and Type Method Description List<Column>Input. getColumns()Constructor parameters in io.prestosql.execution with type arguments of type Column Constructor Description Input(String catalogName, String schema, String table, Optional<Object> connectorInfo, List<Column> columns, PlanFragmentId fragmentId, PlanNodeId planNodeId)
-