Uses of Class
io.trino.metadata.ViewColumn
Packages that use ViewColumn
-
Uses of ViewColumn in io.trino.metadata
Methods in io.trino.metadata that return types with arguments of type ViewColumnConstructor parameters in io.trino.metadata with type arguments of type ViewColumnModifierConstructorDescriptionMaterializedViewDefinition(String originalSql, Optional<String> catalog, Optional<String> schema, List<ViewColumn> columns, Optional<Duration> gracePeriod, Optional<String> comment, Identity owner, List<CatalogSchemaName> path, Optional<CatalogSchemaTableName> storageTable) ViewDefinition(String originalSql, Optional<String> catalog, Optional<String> schema, List<ViewColumn> columns, Optional<String> comment, Optional<Identity> runAsIdentity, List<CatalogSchemaName> path)