Uses of Class
io.trino.spi.connector.ProjectionApplicationResult
Packages that use ProjectionApplicationResult
-
Uses of ProjectionApplicationResult in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type ProjectionApplicationResultModifier and TypeMethodDescriptionConnectorMetadata.applyProjection(ConnectorSession session, ConnectorTableHandle handle, List<ConnectorExpression> projections, Map<String, ColumnHandle> assignments) Attempt to push down the provided projections into the table.