| AbstractSegmentMetadataCache<T extends DataSourceInformation> |
An abstract class that listens for segment change events and caches segment metadata.
|
| AbstractSegmentMetadataCache.FirstTypeMergePolicy |
Classic logic, we use the first type we encounter.
|
| AbstractSegmentMetadataCache.LeastRestrictiveTypeMergePolicy |
Resolves types using ColumnType.leastRestrictiveType(ColumnType, ColumnType) to find the ColumnType that
can best represent all data contained across all segments.
|
| AvailableSegmentMetadata |
Immutable representation of RowSignature and other segment attributes.
|
| AvailableSegmentMetadata.Builder |
|
| CentralizedDatasourceSchemaConfig |
Config for centralizing datasource schema management in Coordinator.
|
| CoordinatorSegmentMetadataCache |
Coordinator-side cache of segment metadata that combines segments to build
datasources.
|
| DataSourceInformation |
Encapsulates information about a datasource, such as its schema.
|
| SegmentMetadataCacheConfig |
Coordinator-side configuration class for customizing properties related to the SegmentMetadata cache.
|
| SegmentMetadataQuerySegmentWalker |
|