Uses of Class
io.trino.spi.security.ViewExpression
Packages that use ViewExpression
-
Uses of ViewExpression in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type ViewExpressionModifier and TypeMethodDescriptiondefault Optional<ViewExpression>ConnectorAccessControl.getColumnMask(ConnectorSecurityContext context, SchemaTableName tableName, String columnName, Type type) Get column mask associated with the given table, column and identity.default List<ViewExpression>ConnectorAccessControl.getRowFilters(ConnectorSecurityContext context, SchemaTableName tableName) Get row filters associated with the given table and identity. -
Uses of ViewExpression in io.trino.spi.security
Methods in io.trino.spi.security that return ViewExpressionMethods in io.trino.spi.security that return types with arguments of type ViewExpressionModifier and TypeMethodDescriptiondefault Optional<ViewExpression>SystemAccessControl.getColumnMask(SystemSecurityContext context, CatalogSchemaTableName tableName, String columnName, Type type) Get column masks associated with the given table, column and identity.default List<ViewExpression>SystemAccessControl.getRowFilters(SystemSecurityContext context, CatalogSchemaTableName tableName) Get row filters associated with the given table and identity.