| Interface | Description |
|---|---|
| CloseableIterable<T> |
Extend the Java
Iterable interface to provide a way to close the iterator. |
| CloseableIterator<T> |
Closeable extension of
Iterator |
| Class | Description |
|---|---|
| DataFileStatistics |
Statistics about data file in a Delta Lake table.
|
| DataFileStatus |
Extends
FileStatus to include additional details such as column level statistics of the
data file in the Delta Lake table. |
| FileStatus |
Class for encapsulating metadata about a file in Delta Lake table.
|
| PartitionUtils |