Hierarchy For Package org.elasticsearch.xpack.esql.datasources
Class Hierarchy
- java.lang.Object
- org.elasticsearch.xpack.esql.datasources.AsyncConnectorSourceOperatorFactory (implements org.elasticsearch.compute.operator.SourceOperator.SourceOperatorFactory)
- org.elasticsearch.xpack.esql.datasources.AsyncExternalSourceBuffer
- org.elasticsearch.xpack.esql.datasources.AsyncExternalSourceOperator.Status (implements org.elasticsearch.compute.operator.CapturingExternalSourceStatus, org.elasticsearch.compute.operator.Operator.Status)
- org.elasticsearch.xpack.esql.datasources.AsyncExternalSourceOperatorFactory (implements org.elasticsearch.xpack.esql.datasources.DeferredExtractionCapable, org.elasticsearch.compute.operator.SourceOperator.SourceOperatorFactory)
- org.elasticsearch.xpack.esql.datasources.AsyncExternalSourceOperatorFactory.Builder
- org.elasticsearch.xpack.esql.datasources.AutoPartitionDetector (implements org.elasticsearch.xpack.esql.datasources.PartitionDetector)
- org.elasticsearch.xpack.esql.datasources.CoalescedSplit (implements org.elasticsearch.xpack.esql.datasources.spi.ExternalSplit)
- org.elasticsearch.xpack.esql.datasources.ColumnMapping (implements org.elasticsearch.common.io.stream.Writeable)
- org.elasticsearch.xpack.esql.datasources.DatasetResolver
- org.elasticsearch.xpack.esql.datasources.DatasetRewriter
- org.elasticsearch.xpack.esql.datasources.DataSourceCredentials
- org.elasticsearch.xpack.esql.datasources.DataSourceEncryptedDataHandler (implements org.elasticsearch.xpack.encryption.spi.EncryptedDataHandler<T>)
- org.elasticsearch.xpack.esql.datasources.DataSourceModule (implements java.io.Closeable)
- org.elasticsearch.xpack.esql.datasources.DeclaredSchemaResolver
- org.elasticsearch.xpack.esql.datasources.DeclaredSchemaValidator
- org.elasticsearch.xpack.esql.datasources.DecompressionCodecRegistry
- org.elasticsearch.xpack.esql.datasources.DirectByteBufferCopies
- org.elasticsearch.xpack.esql.datasources.EsqlDataSourcesCapabilities
- org.elasticsearch.xpack.esql.datasources.EsqlEncryptedDataHandlerProvider (implements org.elasticsearch.xpack.encryption.spi.EncryptedDataHandlerProvider)
- org.elasticsearch.xpack.esql.datasources.ExternalFailures
- org.elasticsearch.xpack.esql.datasources.ExternalFieldExtractOperator (implements org.elasticsearch.compute.operator.Operator)
- org.elasticsearch.xpack.esql.datasources.ExternalFieldExtractOperator.Factory (implements org.elasticsearch.compute.operator.Operator.OperatorFactory)
- org.elasticsearch.xpack.esql.datasources.ExternalFieldExtractOperator.Status (implements org.elasticsearch.compute.operator.Operator.Status)
- org.elasticsearch.xpack.esql.datasources.ExternalMetadataColumns
- org.elasticsearch.xpack.esql.datasources.ExternalRowIdentity
- org.elasticsearch.xpack.esql.datasources.ExternalSchema (implements java.lang.Iterable<T>)
- org.elasticsearch.xpack.esql.datasources.ExternalSliceQueue
- org.elasticsearch.xpack.esql.datasources.ExternalSourceDrainUtils
- org.elasticsearch.xpack.esql.datasources.ExternalSourceOperatorFactory (implements org.elasticsearch.compute.operator.SourceOperator.SourceOperatorFactory)
- org.elasticsearch.xpack.esql.datasources.ExternalSourceResolver
- org.elasticsearch.xpack.esql.datasources.ExternalSourceSettings
- org.elasticsearch.xpack.esql.datasources.ExternalStatsRequirementExtractor
- org.elasticsearch.xpack.esql.datasources.FileMetadataColumns
- org.elasticsearch.xpack.esql.datasources.FileSplit (implements org.elasticsearch.xpack.esql.datasources.spi.ExternalSplit)
- org.elasticsearch.xpack.esql.datasources.FileSplitProvider (implements org.elasticsearch.xpack.esql.datasources.spi.SplitProvider)
- org.elasticsearch.xpack.esql.datasources.FilterAdaptation
- org.elasticsearch.xpack.esql.datasources.FilterEvaluationOrderEstimator
- org.elasticsearch.xpack.esql.datasources.FormatNameResolver
- org.elasticsearch.xpack.esql.datasources.FormatReaderRegistry
- org.elasticsearch.xpack.esql.datasources.HivePartitionDetector (implements org.elasticsearch.xpack.esql.datasources.PartitionDetector)
- org.elasticsearch.xpack.esql.datasources.LocalFileAccess
- org.elasticsearch.xpack.esql.datasources.MergedSplitStats (implements org.elasticsearch.xpack.esql.datasources.spi.SplitStats)
- org.elasticsearch.xpack.esql.datasources.OperatorFactoryRegistry
- org.elasticsearch.xpack.esql.datasources.ParallelParsingCoordinator
- org.elasticsearch.xpack.esql.datasources.PartitionFilterHintExtractor
- org.elasticsearch.xpack.esql.datasources.PhysicalNames
- org.elasticsearch.xpack.esql.datasources.SchemaReconciliation
- org.elasticsearch.xpack.esql.datasources.SourceExtractors (implements org.elasticsearch.core.Releasable)
- org.elasticsearch.compute.operator.SourceOperator (implements org.elasticsearch.compute.operator.Operator)
- org.elasticsearch.xpack.esql.datasources.AsyncExternalSourceOperator
- org.elasticsearch.xpack.esql.datasources.SourceStatisticsSerializer
- org.elasticsearch.xpack.esql.datasources.SplitCoalescer
- org.elasticsearch.xpack.esql.datasources.SplitDiscoveryPhase
- org.elasticsearch.xpack.esql.datasources.SplitStats (implements org.elasticsearch.xpack.esql.datasources.spi.SplitStats, org.elasticsearch.common.io.stream.Writeable)
- org.elasticsearch.xpack.esql.datasources.SplitStats.Builder
- org.elasticsearch.xpack.esql.datasources.StatValueComparator
- org.elasticsearch.xpack.esql.datasources.StorageManager (implements java.io.Closeable)
- org.elasticsearch.xpack.esql.datasources.StorageProviderRegistry (implements java.io.Closeable)
- org.elasticsearch.xpack.esql.datasources.StreamingParallelParsingCoordinator
- org.elasticsearch.xpack.esql.datasources.SynthesizeExternalSource
- org.elasticsearch.xpack.esql.datasources.SyntheticColumns
- org.elasticsearch.xpack.esql.datasources.TemplatePartitionDetector (implements org.elasticsearch.xpack.esql.datasources.PartitionDetector)
- org.elasticsearch.xpack.esql.datasources.TextAggregatePushdownSupport (implements org.elasticsearch.xpack.esql.datasources.spi.AggregatePushdownSupport)
Interface Hierarchy
- java.lang.AutoCloseable
- java.io.Closeable
- org.elasticsearch.xpack.esql.datasources.StorageIterator (also extends java.util.Iterator<E>)
- java.io.Closeable
- org.elasticsearch.xpack.esql.datasources.DeferredExtractionCapable
- java.util.Iterator<E>
- org.elasticsearch.xpack.esql.datasources.StorageIterator (also extends java.io.Closeable)
- org.elasticsearch.xpack.esql.datasources.PartitionDetector
- org.elasticsearch.xpack.esql.datasources.spi.SourceMetadata
- org.elasticsearch.xpack.esql.datasources.ExternalSourceMetadata
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.elasticsearch.xpack.esql.datasources.ColumnStatTypeSupport.StatBlockKind
- org.elasticsearch.xpack.esql.datasources.ColumnStatTypeSupport.StatCoercion
- org.elasticsearch.xpack.esql.datasources.PartitionConfig.Strategy
- org.elasticsearch.xpack.esql.datasources.PartitionFilterHintExtractor.Operator
- org.elasticsearch.xpack.esql.datasources.SyntheticColumns.Kind
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- org.elasticsearch.xpack.esql.datasources.ColumnStatTypeSupport
- org.elasticsearch.xpack.esql.datasources.DatasetRewriter.DatasetResolution
- org.elasticsearch.xpack.esql.datasources.DataSourceCapabilities
- org.elasticsearch.xpack.esql.datasources.DeclaredReadSpec (implements org.elasticsearch.common.io.stream.Writeable)
- org.elasticsearch.xpack.esql.datasources.DeclaredSchemaResolver.Overlaid
- org.elasticsearch.xpack.esql.datasources.ExternalSourceResolution
- org.elasticsearch.xpack.esql.datasources.ExternalSourceResolution.ResolvedSource
- org.elasticsearch.xpack.esql.datasources.PartitionConfig
- org.elasticsearch.xpack.esql.datasources.PartitionFilterHintExtractor.PartitionFilterHint
- org.elasticsearch.xpack.esql.datasources.PartitionMetadata
- org.elasticsearch.xpack.esql.datasources.SchemaReconciliation.FileSchemaInfo
- org.elasticsearch.xpack.esql.datasources.SchemaReconciliation.Result
- org.elasticsearch.xpack.esql.datasources.SplitDiscoveryPhase.Result
- org.elasticsearch.xpack.esql.datasources.StorageEntry
- org.elasticsearch.xpack.esql.datasources.StreamingParallelParsingCoordinator.WarningSinks
- java.lang.Record