Uses of Class
io.trino.spi.connector.ColumnSchema
Packages that use ColumnSchema
-
Uses of ColumnSchema in io.trino.spi.connector
Methods in io.trino.spi.connector that return ColumnSchemaMethods in io.trino.spi.connector that return types with arguments of type ColumnSchemaModifier and TypeMethodDescriptiondefault Map<ColumnSchema, ViewExpression> ConnectorAccessControl.getColumnMasks(ConnectorSecurityContext context, SchemaTableName tableName, List<ColumnSchema> columns) Bulk method for getting column masks for a subset of columns in a table.ConnectorTableSchema.getColumns()Method parameters in io.trino.spi.connector with type arguments of type ColumnSchemaModifier and TypeMethodDescriptiondefault Map<ColumnSchema, ViewExpression> ConnectorAccessControl.getColumnMasks(ConnectorSecurityContext context, SchemaTableName tableName, List<ColumnSchema> columns) Bulk method for getting column masks for a subset of columns in a table.Constructor parameters in io.trino.spi.connector with type arguments of type ColumnSchemaModifierConstructorDescriptionConnectorTableSchema(SchemaTableName table, List<ColumnSchema> columns) ConnectorTableSchema(SchemaTableName table, List<ColumnSchema> columns, List<String> checkConstraints) -
Uses of ColumnSchema in io.trino.spi.security
Methods in io.trino.spi.security that return types with arguments of type ColumnSchemaModifier and TypeMethodDescriptiondefault Map<ColumnSchema, ViewExpression> SystemAccessControl.getColumnMasks(SystemSecurityContext context, CatalogSchemaTableName tableName, List<ColumnSchema> columns) Bulk method for getting column masks for a subset of columns in a table.Method parameters in io.trino.spi.security with type arguments of type ColumnSchemaModifier and TypeMethodDescriptiondefault Map<ColumnSchema, ViewExpression> SystemAccessControl.getColumnMasks(SystemSecurityContext context, CatalogSchemaTableName tableName, List<ColumnSchema> columns) Bulk method for getting column masks for a subset of columns in a table.