Package io.delta.kernel.engine


package io.delta.kernel.engine
Interfaces to allow the connector to bring their own implementation of functions such as reading parquet files, listing files in a file system, parsing a JSON string etc. to Delta Kernel.
  • Interfaces
    Class
    Description
    Interface encapsulating all clients needed by the Delta Kernel in order to read the Delta table.
    Provides expression evaluation capability to Delta Kernel.
    Represents a request to read a range of bytes from a given file.
    Provides file system related functionalities to Delta Kernel.
    Provides JSON handling functionality to Delta Kernel.
    Interface for reporting metrics for operations to a Delta table
    Provides Parquet file related functionalities to Delta Kernel.