See: Description
| Interface | Description |
|---|---|
| ExpressionHandler |
Provides expression evaluation capability to Delta Kernel.
|
| FileHandler |
Provides file handling functionality to Delta Kernel.
|
| FileReadContext |
Placeholder interface allowing connectors to attach their own custom implementation.
|
| FileSystemClient |
Provides file system related functionalities to Delta Kernel.
|
| JsonHandler |
Provides JSON handling functionality to Delta Kernel.
|
| ParquetHandler |
Provides Parquet file related functionalities to Delta Kernel.
|
| TableClient |
Interface encapsulating all clients needed by the Delta Kernel in order to read the
Delta table.
|