Uses of Class
io.trino.sql.analyzer.OutputColumn
-
Packages that use OutputColumn Package Description io.trino.sql.analyzer -
-
Uses of OutputColumn in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return types with arguments of type OutputColumn Modifier and Type Method Description Optional<List<OutputColumn>>Output. getColumns()Constructor parameters in io.trino.sql.analyzer with type arguments of type OutputColumn Constructor Description Output(String catalogName, String schema, String table, Optional<List<OutputColumn>> columns)
-