| Accessors |
Position2Accessor and Position3Accessor here is an optimization.
|
| AllDataFilesTable |
A Table implementation that exposes a table's valid data files as rows.
|
| AllDataFilesTable.AllDataFilesTableScan |
|
| AllEntriesTable |
A Table implementation that exposes a table's manifest entries as rows, for both delete and data files.
|
| AllManifestsTable |
A Table implementation that exposes a table's valid manifest files as rows.
|
| AllManifestsTable.AllManifestsTableScan |
|
| BaseCombinedScanTask |
|
| BaseMetastoreCatalog |
|
| BaseMetastoreTableOperations |
|
| BaseOverwriteFiles |
|
| BaseReplacePartitions |
|
| BaseReplaceSortOrder |
|
| BaseRewriteManifests |
|
| BaseTable |
Base Table implementation.
|
| CachingCatalog |
|
| CatalogProperties |
|
| CatalogUtil |
|
| ClientPoolImpl<C,E extends java.lang.Exception> |
|
| DataFiles |
|
| DataFiles.Builder |
|
| DataFilesTable |
A Table implementation that exposes a table's data files as rows.
|
| DataFilesTable.FilesTableScan |
|
| DataOperations |
Data operations that produce snapshots.
|
| DataTableScan |
|
| DoubleFieldMetrics |
Iceberg internally tracked field level metrics, used by Parquet and ORC writers only.
|
| DoubleFieldMetrics.Builder |
|
| FieldMetrics<T> |
Iceberg internally tracked field level metrics.
|
| FileMetadata |
|
| FileMetadata.Builder |
|
| Files |
|
| FindFiles |
|
| FindFiles.Builder |
|
| FloatFieldMetrics |
Iceberg internally tracked field level metrics, used by Parquet and ORC writers only.
|
| FloatFieldMetrics.Builder |
|
| GenericManifestFile |
|
| GenericManifestFile.CopyBuilder |
|
| GenericPartitionFieldSummary |
|
| GuavaClasses |
|
| HistoryTable |
A Table implementation that exposes a table's history as rows.
|
| LocationProviders |
|
| ManifestEntriesTable |
A Table implementation that exposes a table's manifest entries as rows, for both delete and data files.
|
| ManifestFiles |
|
| ManifestReader<F extends ContentFile<F>> |
Base reader for data and delete manifest files.
|
| ManifestsTable |
A Table implementation that exposes a table's manifest files as rows.
|
| ManifestWriter<F extends ContentFile<F>> |
Writer for manifest files.
|
| MetadataColumns |
|
| MetadataTableUtils |
|
| Metrics |
Iceberg file format metrics.
|
| MetricsConfig |
|
| MetricsModes |
This class defines different metrics modes, which allow users to control the collection of
value_counts, null_value_counts, nan_value_counts, lower_bounds, upper_bounds for different columns in metadata.
|
| MetricsModes.Counts |
Under this mode, only value_counts, null_value_counts, nan_value_counts are persisted.
|
| MetricsModes.Full |
Under this mode, value_counts, null_value_counts, nan_value_counts
and full lower_bounds, upper_bounds are persisted.
|
| MetricsModes.None |
Under this mode, value_counts, null_value_counts, nan_value_counts, lower_bounds, upper_bounds are not persisted.
|
| MetricsModes.Truncate |
Under this mode, value_counts, null_value_counts, nan_value_counts
and truncated lower_bounds, upper_bounds are persisted.
|
| MetricsUtil |
|
| MicroBatches |
|
| MicroBatches.MicroBatch |
|
| MicroBatches.MicroBatchBuilder |
|
| PartitionField |
|
| Partitioning |
|
| PartitionKey |
A struct of partition values.
|
| PartitionSpec |
Represents how to produce partition data for a table.
|
| PartitionSpec.Builder |
|
| PartitionSpecParser |
|
| PartitionsTable |
A Table implementation that exposes a table's partitions as rows.
|
| ReachableFileUtil |
|
| ScanSummary |
|
| ScanSummary.Builder |
|
| ScanSummary.PartitionMetrics |
|
| Schema |
The schema of a data table.
|
| SchemaParser |
|
| SerializableTable |
A read-only serializable table that can be sent to other nodes in a cluster.
|
| SetLocation |
|
| SnapshotManager |
|
| SnapshotParser |
|
| SnapshotsTable |
A Table implementation that exposes a table's known snapshots as rows.
|
| SnapshotSummary |
|
| SnapshotSummary.Builder |
|
| SortField |
|
| SortOrder |
A sort order that defines how data and delete files should be ordered in a table.
|
| SortOrder.Builder |
|
| SortOrderParser |
|
| StaticTableOperations |
TableOperations implementation that provides access to metadata for a Table at some point in time, using a
table metadata location.
|
| SystemProperties |
Configuration properties that are controlled by Java system properties.
|
| TableMetadata |
Metadata for a table.
|
| TableMetadata.MetadataLogEntry |
|
| TableMetadata.SnapshotLogEntry |
|
| TableMetadataParser |
|
| TableProperties |
|
| Transactions |
|