Package io.trino.plugin.deltalake
Interface DeltaLakeRedirectionsProvider
-
public interface DeltaLakeRedirectionsProvider
-
-
Field Summary
Fields Modifier and Type Field Description static DeltaLakeRedirectionsProviderNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<TableScanRedirectApplicationResult>getTableScanRedirection(ConnectorSession session, DeltaLakeTableHandle tableHandle)
-
-
-
Field Detail
-
NOOP
static final DeltaLakeRedirectionsProvider NOOP
-
-
Method Detail
-
getTableScanRedirection
Optional<TableScanRedirectApplicationResult> getTableScanRedirection(ConnectorSession session, DeltaLakeTableHandle tableHandle)
-
-