JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
io.prestosql
,
io.prestosql.annotation
,
io.prestosql.block
,
io.prestosql.connector
,
io.prestosql.connector.informationschema
,
io.prestosql.connector.system
,
io.prestosql.connector.system.jdbc
,
io.prestosql.cost
,
io.prestosql.dispatcher
,
io.prestosql.event
,
io.prestosql.eventlistener
,
io.prestosql.execution
,
io.prestosql.execution.buffer
,
io.prestosql.execution.executor
,
io.prestosql.execution.resourcegroups
,
io.prestosql.execution.scheduler
,
io.prestosql.execution.scheduler.group
,
io.prestosql.execution.warnings
,
io.prestosql.failuredetector
,
io.prestosql.index
,
io.prestosql.memory
,
io.prestosql.metadata
,
io.prestosql.operator
,
io.prestosql.operator.aggregation
,
io.prestosql.operator.aggregation.arrayagg
,
io.prestosql.operator.aggregation.builder
,
io.prestosql.operator.aggregation.histogram
,
io.prestosql.operator.aggregation.minmaxby
,
io.prestosql.operator.aggregation.multimapagg
,
io.prestosql.operator.aggregation.state
,
io.prestosql.operator.annotations
,
io.prestosql.operator.exchange
,
io.prestosql.operator.index
,
io.prestosql.operator.project
,
io.prestosql.operator.scalar
,
io.prestosql.operator.scalar.annotations
,
io.prestosql.operator.window
,
io.prestosql.security
,
io.prestosql.server
,
io.prestosql.server.protocol
,
io.prestosql.server.remotetask
,
io.prestosql.server.security
,
io.prestosql.server.testing
,
io.prestosql.spiller
,
io.prestosql.split
,
io.prestosql.sql
,
io.prestosql.sql.analyzer
,
io.prestosql.sql.gen
,
io.prestosql.sql.gen.lambda
,
io.prestosql.sql.planner
,
io.prestosql.sql.planner.iterative
,
io.prestosql.sql.planner.iterative.rule
,
io.prestosql.sql.planner.optimizations
,
io.prestosql.sql.planner.optimizations.joins
,
io.prestosql.sql.planner.plan
,
io.prestosql.sql.planner.planprinter
,
io.prestosql.sql.planner.sanity
,
io.prestosql.sql.relational
,
io.prestosql.sql.relational.optimizer
,
io.prestosql.sql.rewrite
,
io.prestosql.testing
,
io.prestosql.testing.assertions
,
io.prestosql.transaction
,
io.prestosql.type
,
io.prestosql.type.setdigest
,
io.prestosql.util
,
io.prestosql.version
Class Hierarchy
java.lang.
Object
io.airlift.configuration.AbstractConfigurationAwareModule (implements io.airlift.configuration.ConfigurationAwareModule)
io.prestosql.server.
CoordinatorModule
io.prestosql.server.
GracefulShutdownModule
io.prestosql.server.
InternalCommunicationModule
io.prestosql.server.
ServerMainModule
io.prestosql.server.security.
ServerSecurityModule
io.prestosql.operator.aggregation.state.
AbstractGroupedAccumulatorState
(implements io.prestosql.spi.function.
GroupedAccumulatorState
)
io.prestosql.operator.aggregation.
AbstractGroupCollectionAggregationState
<T>
io.prestosql.operator.aggregation.arrayagg.
GroupArrayAggregationState
(implements io.prestosql.operator.aggregation.arrayagg.
ArrayAggregationState
)
io.prestosql.operator.aggregation.multimapagg.
GroupedMultimapAggregationState
(implements io.prestosql.operator.aggregation.multimapagg.
MultimapAggregationState
)
io.prestosql.operator.aggregation.state.
DigestAndPercentileArrayStateFactory.GroupedDigestAndPercentileArrayState
(implements io.prestosql.operator.aggregation.state.
DigestAndPercentileArrayState
)
io.prestosql.operator.aggregation.state.
DigestAndPercentileStateFactory.GroupedDigestAndPercentileState
(implements io.prestosql.operator.aggregation.state.
DigestAndPercentileState
)
io.prestosql.operator.aggregation.histogram.
GroupedHistogramState
(implements io.prestosql.operator.aggregation.histogram.
HistogramState
)
io.prestosql.operator.aggregation.state.
HyperLogLogStateFactory.GroupedHyperLogLogState
(implements io.prestosql.operator.aggregation.state.
HyperLogLogState
)
io.prestosql.operator.aggregation.state.
KeyValuePairsStateFactory.GroupedState
(implements io.prestosql.operator.aggregation.state.
KeyValuePairsState
)
io.prestosql.operator.aggregation.arrayagg.
LegacyArrayAggregationGroupState
(implements io.prestosql.operator.aggregation.arrayagg.
ArrayAggregationState
)
io.prestosql.operator.aggregation.multimapagg.
LegacyGroupedMultimapAggregationState
(implements io.prestosql.operator.aggregation.multimapagg.
MultimapAggregationState
)
io.prestosql.operator.aggregation.histogram.
LegacyHistogramGroupState
(implements io.prestosql.operator.aggregation.histogram.
HistogramState
)
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowStateFactory.GroupedLongDecimalWithOverflowState
(implements io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowState
)
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowAndLongStateFactory.GroupedLongDecimalWithOverflowAndLongState
(implements io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowAndLongState
)
io.prestosql.operator.aggregation.minmaxby.
MinMaxByNStateFactory.GroupedMinMaxByNState
(implements io.prestosql.operator.aggregation.minmaxby.
MinMaxByNState
)
io.prestosql.operator.aggregation.state.
MinMaxNStateFactory.GroupedMinMaxNState
(implements io.prestosql.operator.aggregation.state.
MinMaxNState
)
io.prestosql.operator.aggregation.
NumericHistogramStateFactory.GroupedState
(implements io.prestosql.operator.aggregation.
DoubleHistogramAggregation.State
)
io.prestosql.operator.aggregation.state.
QuantileDigestStateFactory.GroupedQuantileDigestState
(implements io.prestosql.operator.aggregation.state.
QuantileDigestState
)
io.prestosql.spi.type.
AbstractType
(implements io.prestosql.spi.type.
Type
)
io.prestosql.spi.type.
AbstractIntType
(implements io.prestosql.spi.type.
FixedWidthType
)
io.prestosql.type.
ColorType
io.prestosql.type.
IntervalYearMonthType
io.prestosql.spi.type.
AbstractLongType
(implements io.prestosql.spi.type.
FixedWidthType
)
io.prestosql.type.
IntervalDayTimeType
io.prestosql.spi.type.
AbstractVariableWidthType
(implements io.prestosql.spi.type.
VariableWidthType
)
io.prestosql.type.
JsonType
io.prestosql.type.setdigest.
SetDigestType
io.prestosql.type.
CodePointsType
io.prestosql.type.
IpAddressType
(implements io.prestosql.spi.type.
FixedWidthType
)
io.prestosql.type.
JoniRegexpType
io.prestosql.type.
JsonPathType
io.prestosql.type.
LikePatternType
io.prestosql.type.
Re2JRegexpType
io.prestosql.type.
UnknownType
(implements io.prestosql.spi.type.
FixedWidthType
)
io.prestosql.type.
UuidType
(implements io.prestosql.spi.type.
FixedWidthType
)
io.prestosql.operator.window.
AbstractWindowFunctionSupplier
(implements io.prestosql.operator.window.
WindowFunctionSupplier
)
io.prestosql.operator.window.
ReflectionWindowFunctionSupplier
<T>
io.prestosql.security.
AccessControlManager
(implements io.prestosql.security.
AccessControl
)
io.prestosql.testing.
TestingAccessControlManager
io.prestosql.security.
AccessControlModule
(implements com.google.inject.Module)
io.prestosql.operator.aggregation.
AccumulatorCompiler
io.prestosql.sql.planner.optimizations.
ActualProperties
io.prestosql.sql.planner.optimizations.
ActualProperties.Builder
io.prestosql.sql.planner.optimizations.
ActualProperties.Global
io.prestosql.execution.
AddColumnTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.sql.planner.optimizations.
AddExchanges
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.sql.planner.iterative.rule.
AddExchangesBelowPartialAggregationOverGroupIdRuleSet
io.prestosql.sql.planner.iterative.rule.
AddIntermediateAggregations
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.optimizations.
AddLocalExchanges
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.operator.window.
AggregateWindowFunction
(implements io.prestosql.spi.function.
WindowFunction
)
io.prestosql.operator.aggregation.
AggregationFromAnnotationsParser
io.prestosql.operator.aggregation.
AggregationHeader
io.prestosql.operator.aggregation.
AggregationImplementation
(implements io.prestosql.operator.
ParametricImplementation
)
io.prestosql.operator.aggregation.
AggregationImplementation.AggregateNativeContainerType
io.prestosql.operator.aggregation.
AggregationImplementation.Parser
io.prestosql.operator.aggregation.
AggregationMetadata
io.prestosql.operator.aggregation.
AggregationMetadata.AccumulatorStateDescriptor
io.prestosql.operator.aggregation.
AggregationMetadata.ParameterMetadata
io.prestosql.sql.planner.plan.
AggregationNode.Aggregation
io.prestosql.sql.planner.plan.
AggregationNode.GroupingSetDescriptor
io.prestosql.operator.
AggregationOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
AggregationOperator.AggregationOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.testing.
AggregationTestUtils
io.prestosql.operator.aggregation.
AggregationUtils
io.prestosql.execution.scheduler.
AllAtOnceExecutionPolicy
(implements io.prestosql.execution.scheduler.
ExecutionPolicy
)
io.prestosql.execution.scheduler.
AllAtOnceExecutionSchedule
(implements io.prestosql.execution.scheduler.
ExecutionSchedule
)
io.prestosql.metadata.
AllNodes
io.prestosql.security.
AllowAllAccessControl
(implements io.prestosql.security.
AccessControl
)
io.prestosql.security.
AllowAllSystemAccessControl
(implements io.prestosql.spi.security.
SystemAccessControl
)
io.prestosql.security.
AllowAllSystemAccessControl.Factory
(implements io.prestosql.spi.security.
SystemAccessControlFactory
)
io.prestosql.sql.analyzer.
Analysis
io.prestosql.sql.analyzer.
Analysis.AccessControlInfo
io.prestosql.sql.analyzer.
Analysis.GroupingSetAnalysis
io.prestosql.sql.analyzer.
Analysis.Insert
io.prestosql.sql.analyzer.
Analysis.JoinUsingAnalysis
io.prestosql.metadata.
AnalyzeMetadata
io.prestosql.connector.system.
AnalyzePropertiesSystemTable
io.prestosql.metadata.
AnalyzePropertyManager
io.prestosql.sql.analyzer.
Analyzer
io.prestosql.metadata.
AnalyzeTableHandle
io.prestosql.sql.gen.
AndCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.operator.aggregation.
ApproximateCountDistinctAggregation
io.prestosql.operator.aggregation.
ApproximateDoublePercentileAggregations
io.prestosql.operator.aggregation.
ApproximateDoublePercentileArrayAggregations
io.prestosql.operator.aggregation.
ApproximateLongPercentileAggregations
io.prestosql.operator.aggregation.
ApproximateLongPercentileArrayAggregations
io.prestosql.operator.aggregation.
ApproximateRealPercentileAggregations
io.prestosql.operator.aggregation.
ApproximateRealPercentileArrayAggregations
io.prestosql.operator.aggregation.
ApproximateSetAggregation
io.prestosql.execution.buffer.
ArbitraryOutputBuffer
(implements io.prestosql.execution.buffer.
OutputBuffer
)
io.prestosql.operator.aggregation.arrayagg.
ArrayAggregationStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.arrayagg.
ArrayAggregationStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.scalar.
ArrayCardinalityFunction
io.prestosql.operator.scalar.
ArrayCombinationsFunction
io.prestosql.operator.scalar.
ArrayConcatUtils
io.prestosql.operator.scalar.
ArrayContains
io.prestosql.operator.scalar.
ArrayDistinctFromOperator
io.prestosql.operator.scalar.
ArrayDistinctFunction
io.prestosql.operator.scalar.
ArrayElementAtFunction
io.prestosql.operator.scalar.
ArrayEqualOperator
io.prestosql.operator.scalar.
ArrayExceptFunction
io.prestosql.operator.scalar.
ArrayFilterFunction
io.prestosql.operator.scalar.
ArrayFunctions
io.prestosql.sql.gen.
ArrayGeneratorUtils
io.prestosql.operator.scalar.
ArrayGreaterThanOperator
io.prestosql.operator.scalar.
ArrayGreaterThanOrEqualOperator
io.prestosql.operator.scalar.
ArrayHashCodeOperator
io.prestosql.operator.scalar.
ArrayIndeterminateOperator
io.prestosql.operator.scalar.
ArrayIntersectFunction
io.prestosql.operator.scalar.
ArrayLessThanOperator
io.prestosql.operator.scalar.
ArrayLessThanOrEqualOperator
io.prestosql.operator.scalar.
ArrayMaxFunction
io.prestosql.operator.scalar.
ArrayMinFunction
io.prestosql.operator.scalar.
ArrayMinMaxUtils
io.prestosql.operator.scalar.
ArrayNgramsFunction
io.prestosql.operator.scalar.
ArrayNotEqualOperator
io.prestosql.operator.
ArrayOfRowsUnnester
(implements io.prestosql.operator.
Unnester
)
io.prestosql.type.
ArrayParametricType
(implements io.prestosql.spi.type.
ParametricType
)
io.prestosql.operator.scalar.
ArrayPositionFunction
io.prestosql.operator.
ArrayPositionLinks
(implements io.prestosql.operator.
PositionLinks
)
io.prestosql.operator.
ArrayPositionLinks.FactoryBuilder
(implements io.prestosql.operator.
PositionLinks.FactoryBuilder
)
io.prestosql.operator.scalar.
ArrayRemoveFunction
io.prestosql.operator.scalar.
ArrayReverseFunction
io.prestosql.operator.scalar.
ArrayShuffleFunction
io.prestosql.operator.scalar.
ArraySliceFunction
io.prestosql.operator.scalar.
ArraySortComparatorFunction
io.prestosql.operator.scalar.
ArraySortFunction
io.prestosql.operator.scalar.
ArraysOverlapFunction
io.prestosql.operator.scalar.
ArrayUnionFunction
io.prestosql.operator.
ArrayUnnester
(implements io.prestosql.operator.
Unnester
)
org.testng.Assert
io.prestosql.testing.assertions.
Assert
io.prestosql.sql.planner.plan.
Assignments
io.prestosql.sql.planner.plan.
Assignments.Builder
io.prestosql.operator.
AssignUniqueIdOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
AssignUniqueIdOperator.AssignUniqueIdOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.cost.
AssignUniqueIdStatsRule
(implements io.prestosql.cost.
ComposableStatsCalculator.Rule
<T>)
io.prestosql.sql.tree.
AstVisitor
<R,C>
io.prestosql.sql.tree.
DefaultTraversalVisitor
<R,C>
io.prestosql.sql.tree.
DefaultExpressionTraversalVisitor
<R,C>
io.prestosql.sql.planner.
InputReferenceExtractor
io.prestosql.server.
AsyncHttpExecutionMBean
io.prestosql.connector.system.jdbc.
AttributeJdbcTable
io.prestosql.server.security.
AuthenticationFilter
(implements javax.servlet.Filter)
io.prestosql.util.
AutoCloseableCloser
(implements java.lang.
AutoCloseable
)
io.prestosql.operator.aggregation.
AverageAggregations
io.prestosql.server.remotetask.
Backoff
io.prestosql.server.
BasicQueryInfo
io.prestosql.server.
BasicQueryStats
io.prestosql.execution.
BasicStageStats
io.prestosql.sql.planner.optimizations.
BeginTableWrite
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.sql.planner.optimizations.
BeginTableWrite.Context
io.prestosql.operator.
BigintGroupByHash
(implements io.prestosql.operator.
GroupByHash
)
io.prestosql.type.
BigintOperators
io.prestosql.type.
BigintOperators.BigintDistinctFromOperator
io.prestosql.sql.gen.
BindCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.sql.gen.
Binding
io.prestosql.operator.aggregation.
BitwiseAndAggregation
io.prestosql.operator.scalar.
BitwiseFunctions
io.prestosql.operator.aggregation.
BitwiseOrAggregation
io.prestosql.block.
BlockEncodingManager
(implements io.prestosql.spi.block.
BlockEncodingSerde
)
io.prestosql.block.
BlockJsonSerde
io.prestosql.operator.aggregation.state.
BlockPositionStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.block.
BlockSerdeUtil
io.prestosql.operator.aggregation.state.
BlockStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.aggregation.
BooleanAndAggregation
io.prestosql.type.
BooleanOperators
io.prestosql.type.
BooleanOperators.BooleanDistinctFromOperator
io.prestosql.operator.aggregation.
BooleanOrAggregation
io.prestosql.sql.gen.
Bootstrap
io.prestosql.metadata.
BoundVariables
io.prestosql.metadata.
BoundVariables.Builder
io.prestosql.execution.buffer.
BroadcastOutputBuffer
(implements io.prestosql.execution.buffer.
OutputBuffer
)
io.prestosql.execution.scheduler.
BucketNodeMap
io.prestosql.execution.scheduler.group.
DynamicBucketNodeMap
io.prestosql.execution.scheduler.
FixedBucketNodeMap
io.prestosql.operator.
BucketPartitionFunction
(implements io.prestosql.operator.
PartitionFunction
)
io.prestosql.execution.buffer.
BufferInfo
io.prestosql.split.
BufferingSplitSource
(implements io.prestosql.split.
SplitSource
)
io.prestosql.execution.buffer.
BufferResult
io.prestosql.type.setdigest.
BuildSetDigestAggregation
io.airlift.bytecode.expression.BytecodeExpression (implements io.airlift.bytecode.BytecodeNode)
io.prestosql.sql.gen.
ArrayMapBytecodeExpression
io.prestosql.sql.gen.
InvokeFunctionBytecodeExpression
io.prestosql.sql.gen.
SqlTypeBytecodeExpression
io.prestosql.sql.gen.
BytecodeGeneratorContext
io.prestosql.sql.gen.
BytecodeUtils
io.prestosql.sql.gen.
CachedInstanceBinder
io.prestosql.sql.gen.
CacheStatsMBean
io.prestosql.cost.
CachingCostProvider
(implements io.prestosql.cost.
CostProvider
)
io.prestosql.cost.
CachingStatsProvider
(implements io.prestosql.cost.
StatsProvider
)
io.prestosql.sql.gen.
CallSiteBinder
io.prestosql.execution.
CallTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.sql.planner.iterative.rule.
CanonicalizeExpressionRewriter
io.prestosql.sql.gen.
CastCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.metadata.
Catalog
io.prestosql.security.
CatalogAccessControlRule
io.prestosql.connector.system.jdbc.
CatalogJdbcTable
io.prestosql.metadata.
CatalogManager
io.prestosql.metadata.
CatalogMetadata
io.prestosql.connector.
CatalogName
io.prestosql.connector.system.
CatalogSystemTable
(implements io.prestosql.spi.connector.
SystemTable
)
io.prestosql.operator.aggregation.
CentralMomentsAggregation
io.prestosql.server.security.
CertificateAuthenticator
(implements io.prestosql.server.security.
Authenticator
)
io.prestosql.operator.
ChannelSet
io.prestosql.operator.
ChannelSet.ChannelSetBuilder
io.prestosql.operator.scalar.
CharacterStringCasts
io.prestosql.type.
CharOperators
io.prestosql.type.
CharOperators.CharDistinctFromOperator
io.prestosql.type.
CharParametricType
(implements io.prestosql.spi.type.
ParametricType
)
io.prestosql.sql.planner.optimizations.
CheckSubqueryNodesAreRewritten
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.sql.planner.plan.
ChildReplacer
io.prestosql.memory.
ClusterMemoryLeakDetector
io.prestosql.memory.
ClusterMemoryManager
(implements io.prestosql.spi.memory.
ClusterMemoryPoolManager
)
io.prestosql.memory.
ClusterMemoryPool
io.prestosql.execution.
ClusterSizeMonitor
io.prestosql.server.
ClusterStatsResource
io.prestosql.server.
ClusterStatsResource.ClusterStats
io.prestosql.sql.gen.
CoalesceCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.sql.planner.
Coercer
io.prestosql.operator.scalar.
ColorFunctions
io.prestosql.type.
ColorOperators
io.prestosql.type.
ColorOperators.ColorDistinctFromOperator
io.prestosql.execution.
Column
io.prestosql.connector.system.jdbc.
ColumnJdbcTable
io.prestosql.connector.system.
ColumnPropertiesSystemTable
io.prestosql.metadata.
ColumnPropertyManager
io.prestosql.operator.scalar.
CombineHashFunction
io.prestosql.execution.
CommentTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
CommitTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.cost.
ComparisonStatsCalculator
io.prestosql.sql.planner.
CompilerConfig
io.prestosql.sql.gen.
CompilerOperations
io.prestosql.util.
CompilerUtils
io.prestosql.operator.
CompletedWork
<T> (implements io.prestosql.operator.
Work
<T>)
io.prestosql.cost.
ComposableStatsCalculator
(implements io.prestosql.cost.
StatsCalculator
)
io.prestosql.connector.
ConnectorAwareNodeManager
(implements io.prestosql.spi.
NodeManager
)
io.prestosql.split.
ConnectorAwareSplitSource
(implements io.prestosql.split.
SplitSource
)
io.prestosql.connector.
ConnectorContextInstance
(implements io.prestosql.spi.connector.
ConnectorContext
)
io.prestosql.connector.
ConnectorManager
io.prestosql.sql.analyzer.
ConstantExpressionVerifier
io.prestosql.operator.project.
ConstantPageProjection
(implements io.prestosql.operator.project.
PageProjection
)
io.prestosql.server.
CoordinatorModule.ExecutorCleanup
io.prestosql.cost.
CostCalculatorUsingExchanges
(implements io.prestosql.cost.
CostCalculator
)
io.prestosql.cost.
CostCalculatorWithEstimatedExchanges
(implements io.prestosql.cost.
CostCalculator
)
io.prestosql.cost.
CostComparator
io.prestosql.operator.aggregation.
CountAggregation
io.prestosql.operator.aggregation.
CountIfAggregation
io.prestosql.sql.planner.iterative.rule.
CreatePartialTopN
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.execution.
CreateRoleTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
CreateSchemaTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
CreateTableTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
CreateViewTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.sql.gen.
CursorProcessorCompiler
(implements io.prestosql.sql.gen.
BodyCompiler
)
io.prestosql.operator.project.
CursorProcessorOutput
io.prestosql.execution.
DataDefinitionExecution
<T> (implements io.prestosql.execution.
QueryExecution
)
io.prestosql.execution.
DataDefinitionExecution.DataDefinitionExecutionFactory
(implements io.prestosql.execution.
QueryExecution.QueryExecutionFactory
<T>)
io.prestosql.operator.scalar.
DataSizeFunctions
io.prestosql.type.
DateOperators
io.prestosql.type.
DateOperators.DateDistinctFromOperator
org.joda.time.DateTimeFieldType (implements java.io.
Serializable
)
io.prestosql.operator.scalar.
QuarterOfYearDateTimeField
io.prestosql.operator.scalar.
DateTimeFunctions
io.prestosql.type.
DateTimeOperators
io.prestosql.testing.
DateTimeTestingUtils
io.prestosql.util.
DateTimeUtils
io.prestosql.util.
DateTimeZoneIndex
io.prestosql.execution.
DeallocateTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.type.
DecimalCasts
io.prestosql.type.
DecimalInequalityOperators
io.prestosql.type.
DecimalOperators
io.prestosql.type.
DecimalOperators.HashCode
io.prestosql.type.
DecimalOperators.Indeterminate
io.prestosql.type.
DecimalOperators.Negation
io.prestosql.type.
DecimalOperators.XxHash64Operator
io.prestosql.type.
DecimalParametricType
(implements io.prestosql.spi.type.
ParametricType
)
io.prestosql.type.
DecimalSaturatedFloorCasts
io.prestosql.type.
DecimalToDecimalCasts
io.prestosql.operator.aggregation.
DefaultApproximateCountDistinctAggregation
io.prestosql.server.
DefaultShutdownAction
(implements io.prestosql.server.
ShutdownAction
)
io.prestosql.execution.warnings.
DefaultWarningCollector
(implements io.prestosql.execution.warnings.
WarningCollector
)
io.prestosql.connector.system.
DelegatingSystemTablesProvider
(implements io.prestosql.connector.system.
SystemTablesProvider
)
io.prestosql.operator.
DeleteOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
DeleteOperator.DeleteOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.security.
DenyAllAccessControl
(implements io.prestosql.security.
AccessControl
)
io.prestosql.security.
ViewAccessControl
io.prestosql.sql.gen.
DereferenceCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.sql.planner.
DesugarAtTimeZoneRewriter
io.prestosql.sql.planner.
DesugarTryExpressionRewriter
io.prestosql.sql.planner.iterative.rule.
DetermineJoinDistributionType
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
DetermineSemiJoinDistributionType
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.relational.
DeterminismEvaluator
io.prestosql.sql.planner.
DeterminismEvaluator
io.prestosql.operator.
DevNullOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
DevNullOperator.DevNullOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.project.
DictionaryAwarePageFilter
(implements io.prestosql.operator.project.
PageFilter
)
io.prestosql.operator.project.
DictionaryAwarePageProjection
(implements io.prestosql.operator.project.
PageProjection
)
io.prestosql.operator.aggregation.state.
DigestAndPercentileArrayStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.state.
DigestAndPercentileArrayStateFactory.SingleDigestAndPercentileArrayState
(implements io.prestosql.operator.aggregation.state.
DigestAndPercentileArrayState
)
io.prestosql.operator.aggregation.state.
DigestAndPercentileArrayStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.aggregation.state.
DigestAndPercentileStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.state.
DigestAndPercentileStateFactory.SingleDigestAndPercentileState
(implements io.prestosql.operator.aggregation.state.
DigestAndPercentileState
)
io.prestosql.operator.aggregation.state.
DigestAndPercentileStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.metadata.
DiscoveryNodeManager
(implements io.prestosql.metadata.
InternalNodeManager
)
io.prestosql.util.
DisjointSet
<T>
io.prestosql.dispatcher.
DispatchExecutor
io.prestosql.dispatcher.
DispatchExecutor.DispatchExecutorMBeans
io.prestosql.dispatcher.
DispatchInfo
io.prestosql.dispatcher.
DispatchManager
io.prestosql.operator.
DistinctLimitOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
DistinctLimitOperator.DistinctLimitOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.planner.optimizations.
DistinctOutputQueryUtil
io.prestosql.sql.planner.
DistributedExecutionPlanner
io.prestosql.sql.planner.
DomainTranslator
io.prestosql.sql.planner.
DomainTranslator.ExtractionResult
io.prestosql.operator.aggregation.
DoubleCorrelationAggregation
io.prestosql.operator.aggregation.
DoubleCovarianceAggregation
io.prestosql.operator.aggregation.
DoubleHistogramAggregation
io.prestosql.operator.aggregation.state.
DoubleHistogramStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.type.
DoubleOperators
io.prestosql.type.
DoubleOperators.DoubleDistinctFromOperator
io.prestosql.operator.aggregation.
DoubleRegressionAggregation
io.prestosql.operator.aggregation.
DoubleSumAggregation
io.prestosql.operator.
Driver
(implements java.io.
Closeable
)
io.prestosql.operator.
DriverContext
io.prestosql.operator.
DriverFactory
io.prestosql.operator.
DriverStats
io.prestosql.operator.
DriverYieldSignal
io.prestosql.execution.
DropColumnTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
DropRoleTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
DropSchemaTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
DropTableTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
DropViewTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.scheduler.group.
DynamicLifespanScheduler
(implements io.prestosql.execution.scheduler.group.
LifespanScheduler
)
io.prestosql.execution.scheduler.
DynamicSplitPlacementPolicy
(implements io.prestosql.execution.scheduler.
SplitPlacementPolicy
)
io.prestosql.operator.index.
DynamicTupleFilterFactory
io.prestosql.sql.planner.
EffectivePredicateExtractor
io.prestosql.sql.planner.iterative.rule.
EliminateCrossJoins
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.server.
EmbeddedDiscoveryConfig
io.prestosql.version.
EmbedVersion
io.prestosql.operator.scalar.
EmptyMapConstructor
io.prestosql.split.
EmptySplit
(implements io.prestosql.spi.connector.
ConnectorSplit
)
io.prestosql.split.
EmptySplitHandleResolver
(implements io.prestosql.spi.connector.
ConnectorHandleResolver
)
io.prestosql.split.
EmptySplitPageSource
(implements io.prestosql.spi.connector.
UpdatablePageSource
)
io.prestosql.operator.
EnforceSingleRowOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
EnforceSingleRowOperator.EnforceSingleRowOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.planner.
EqualityInference
io.prestosql.sql.planner.
EqualityInference.Builder
io.prestosql.sql.planner.
EqualityInference.EqualityPartition
io.prestosql.sql.planner.iterative.rule.
EvaluateZeroSample
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.eventlistener.
EventListenerManager
io.prestosql.testing.
TestingEventListenerManager
io.prestosql.eventlistener.
EventListenerModule
(implements com.google.inject.Module)
io.prestosql.operator.
ExchangeClient
(implements java.io.
Closeable
)
io.prestosql.operator.
ExchangeClientConfig
io.prestosql.operator.
ExchangeClientFactory
(implements io.prestosql.operator.
ExchangeClientSupplier
)
io.prestosql.operator.
ExchangeClientStatus
(implements io.prestosql.util.
Mergeable
<T>, io.prestosql.operator.
OperatorInfo
)
io.prestosql.server.
ExchangeExecutionMBean
io.prestosql.operator.
ExchangeOperator
(implements java.io.
Closeable
, io.prestosql.operator.
SourceOperator
)
io.prestosql.operator.
ExchangeOperator.ExchangeOperatorFactory
(implements io.prestosql.operator.
SourceOperatorFactory
)
io.prestosql.server.protocol.
ExecutingStatementResource
io.prestosql.execution.
ExecutionFailureInfo
io.prestosql.execution.
ExplainAnalyzeContext
io.prestosql.operator.
ExplainAnalyzeOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
ExplainAnalyzeOperator.ExplainAnalyzeOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.analyzer.
ExpressionAnalysis
io.prestosql.sql.analyzer.
ExpressionAnalyzer
io.prestosql.sql.gen.
ExpressionCompiler
io.prestosql.sql.planner.optimizations.
ExpressionEquivalence
io.prestosql.sql.planner.
ExpressionExtractor
io.prestosql.sql.planner.
ExpressionInterpreter
io.prestosql.sql.relational.optimizer.
ExpressionOptimizer
io.prestosql.sql.gen.
ExpressionProfiler
io.prestosql.sql.tree.
ExpressionRewriter
<C>
io.prestosql.sql.planner.
ExpressionNodeInliner
io.prestosql.sql.planner.
ParameterRewriter
io.prestosql.sql.planner.iterative.rule.
ExpressionRewriteRuleSet
io.prestosql.sql.planner.iterative.rule.
CanonicalizeExpressions
io.prestosql.sql.planner.iterative.rule.
DesugarAtTimeZone
io.prestosql.sql.planner.iterative.rule.
DesugarCurrentPath
io.prestosql.sql.planner.iterative.rule.
DesugarCurrentUser
io.prestosql.sql.planner.iterative.rule.
DesugarLambdaExpression
io.prestosql.sql.planner.iterative.rule.
DesugarTryExpression
io.prestosql.sql.planner.iterative.rule.
RemoveDuplicateConditions
io.prestosql.sql.planner.iterative.rule.
SimplifyExpressions
io.prestosql.sql.planner.iterative.rule.
UnwrapCastInComparison
io.prestosql.sql.relational.
Expressions
io.prestosql.sql.planner.
ExpressionSymbolInliner
io.prestosql.sql.analyzer.
ExpressionTreeUtils
io.prestosql.sql.
ExpressionUtils
io.prestosql.sql.planner.iterative.rule.
ExtractCommonPredicatesExpressionRewriter
io.prestosql.sql.planner.iterative.rule.
ExtractSpatialJoins
io.prestosql.sql.planner.iterative.rule.
ExtractSpatialJoins.ExtractSpatialInnerJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
ExtractSpatialJoins.ExtractSpatialLeftJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.dispatcher.
FailedDispatchQuery
(implements io.prestosql.dispatcher.
DispatchQuery
)
io.prestosql.dispatcher.
FailedDispatchQueryFactory
io.prestosql.failuredetector.
FailureDetectorConfig
io.prestosql.failuredetector.
FailureDetectorModule
(implements com.google.inject.Module)
io.prestosql.operator.scalar.
FailureFunction
io.prestosql.util.
Failures
io.prestosql.util.
FastutilSetHelper
io.prestosql.sql.analyzer.
FeaturesConfig
io.prestosql.sql.analyzer.
Field
io.prestosql.sql.analyzer.
FieldId
io.prestosql.operator.index.
FieldSetFilteringRecordSet
(implements io.prestosql.spi.connector.
RecordSet
)
io.prestosql.security.
FileBasedSystemAccessControl
(implements io.prestosql.spi.security.
SystemAccessControl
)
io.prestosql.security.
FileBasedSystemAccessControl.Factory
(implements io.prestosql.spi.security.
SystemAccessControlFactory
)
io.prestosql.security.
FileBasedSystemAccessControlRules
io.prestosql.spiller.
FileSingleStreamSpiller
(implements io.prestosql.spiller.
SingleStreamSpiller
)
io.prestosql.spiller.
FileSingleStreamSpillerFactory
(implements io.prestosql.spiller.
SingleStreamSpillerFactory
)
io.prestosql.operator.
FilterAndProjectOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
FilterAndProjectOperator.FilterAndProjectOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.cost.
FilterStatsCalculator
io.prestosql.connector.system.jdbc.
FilterUtil
io.prestosql.util.
FinalizerService
io.prestosql.operator.
FinishedOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.execution.scheduler.
FixedCountScheduler
(implements io.prestosql.execution.scheduler.
StageScheduler
)
io.prestosql.execution.scheduler.group.
FixedLifespanScheduler
(implements io.prestosql.execution.scheduler.group.
LifespanScheduler
)
io.prestosql.execution.scheduler.
FixedSourcePartitionedScheduler
(implements io.prestosql.execution.scheduler.
StageScheduler
)
io.prestosql.execution.scheduler.
FixedSourcePartitionedScheduler.BucketedSplitPlacementPolicy
(implements io.prestosql.execution.scheduler.
SplitPlacementPolicy
)
io.prestosql.execution.scheduler.
FlatNetworkTopology
(implements io.prestosql.execution.scheduler.
NetworkTopology
)
io.prestosql.operator.aggregation.
FloatingPointBitsConverterUtil
io.prestosql.sql.planner.
FragmentTableScanCounter
io.prestosql.operator.window.
FramedWindowFunction
io.prestosql.operator.window.
FrameInfo
io.prestosql.sql.analyzer.
FreeLambdaReferenceExtractor
io.prestosql.
FullConnectorSession
(implements io.prestosql.spi.connector.
ConnectorSession
)
io.prestosql.sql.gen.
FunctionCallCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.metadata.
FunctionExtractor
io.prestosql.metadata.
FunctionInvoker
io.prestosql.metadata.
FunctionInvokerProvider
io.prestosql.metadata.
FunctionListBuilder
io.prestosql.type.
FunctionParametricType
(implements io.prestosql.spi.type.
ParametricType
)
io.prestosql.metadata.
FunctionRegistry
io.prestosql.operator.annotations.
FunctionsParserHelper
io.prestosql.type.
FunctionType
(implements io.prestosql.spi.type.
Type
)
io.prestosql.execution.
FutureStateChange
<T>
io.prestosql.sql.planner.iterative.rule.
GatherAndMergeWindows
io.prestosql.sql.planner.iterative.rule.
GatherAndMergeWindows.MergeAdjacentWindowsOverProjects
io.prestosql.sql.planner.iterative.rule.
GatherAndMergeWindows.SwapAdjacentWindowsBySpecifications
io.prestosql.operator.project.
GeneratedPageProjection
(implements io.prestosql.operator.project.
PageProjection
)
io.prestosql.util.
GenerateTimeZoneIndex
io.prestosql.server.
GenerateTraceTokenRequestFilter
(implements io.airlift.http.client.HttpRequestFilter)
io.prestosql.operator.aggregation.
GenericAccumulatorFactory
(implements io.prestosql.operator.aggregation.
AccumulatorFactory
)
io.prestosql.operator.aggregation.
GenericAccumulatorFactoryBinder
(implements io.prestosql.operator.aggregation.
AccumulatorFactoryBinder
)
io.prestosql.spiller.
GenericPartitioningSpiller
(implements io.prestosql.spiller.
PartitioningSpiller
)
io.prestosql.spiller.
GenericPartitioningSpillerFactory
(implements io.prestosql.spiller.
PartitioningSpillerFactory
)
io.prestosql.spiller.
GenericSpiller
(implements io.prestosql.spiller.
Spiller
)
io.prestosql.spiller.
GenericSpillerFactory
(implements io.prestosql.spiller.
SpillerFactory
)
io.prestosql.operator.aggregation.
GeometricMeanAggregations
io.prestosql.connector.system.
GlobalSystemConnector
(implements io.prestosql.transaction.
InternalConnector
)
io.prestosql.connector.system.
GlobalSystemConnectorFactory
(implements io.prestosql.spi.connector.
ConnectorFactory
)
io.prestosql.connector.system.
GlobalSystemTransactionHandle
(implements io.prestosql.spi.connector.
ConnectorTransactionHandle
)
io.prestosql.server.
GracefulShutdownHandler
io.prestosql.execution.
GrantRolesTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
GrantTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.util.
GraphvizPrinter
io.prestosql.
GroupByHashPageIndexer
(implements io.prestosql.spi.
PageIndexer
)
io.prestosql.
GroupByHashPageIndexerFactory
(implements io.prestosql.spi.
PageIndexerFactory
)
io.prestosql.operator.
GroupByIdBlock
(implements io.prestosql.spi.block.
Block
)
io.prestosql.operator.
GroupedTopNBuilder
io.prestosql.operator.aggregation.histogram.
GroupedTypedHistogram
(implements io.prestosql.operator.aggregation.histogram.
TypedHistogram
)
io.prestosql.operator.
GroupIdOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
GroupIdOperator.GroupIdOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.planner.
GroupingOperationRewriter
io.prestosql.metadata.
HandleJsonModule
(implements com.google.inject.Module)
io.prestosql.metadata.
HandleResolver
io.prestosql.operator.
HashAggregationOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
HashAggregationOperator.HashAggregationOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.
HashBuilderOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
HashBuilderOperator.HashBuilderOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.
HashCollisionsCounter
(implements java.util.function.
Supplier
<T>)
io.prestosql.util.
HashCollisionsEstimator
io.prestosql.operator.
HashCollisionsInfo
(implements io.prestosql.util.
Mergeable
<T>, io.prestosql.operator.
OperatorInfo
)
io.prestosql.sql.planner.optimizations.
HashGenerationOptimizer
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.operator.
HashSemiJoinOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
HashSemiJoinOperator.HashSemiJoinOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.aggregation.histogram.
HashUtil
io.prestosql.failuredetector.
HeartbeatFailureDetector
(implements io.prestosql.failuredetector.
FailureDetector
)
io.prestosql.failuredetector.
HeartbeatFailureDetector.Stats
io.prestosql.operator.aggregation.histogram.
HistogramStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.histogram.
HistogramStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.scalar.
HmacFunctions
io.prestosql.server.remotetask.
HttpLocationFactory
(implements io.prestosql.execution.
LocationFactory
)
io.prestosql.operator.
HttpPageBufferClient
(implements java.io.
Closeable
)
io.prestosql.operator.
HttpPageBufferClient.PageResponseHandler
(implements io.airlift.http.client.ResponseHandler<T,E>)
io.prestosql.operator.
HttpPageBufferClient.PagesResponse
io.prestosql.server.remotetask.
HttpRemoteTask
(implements io.prestosql.execution.
RemoteTask
)
io.prestosql.server.
HttpRemoteTaskFactory
(implements io.prestosql.execution.
RemoteTaskFactory
)
io.prestosql.server.
HttpRequestSessionContext
(implements io.prestosql.server.
SessionContext
)
io.prestosql.operator.scalar.
HyperLogLogFunctions
io.prestosql.type.
HyperLogLogOperators
io.prestosql.operator.aggregation.state.
HyperLogLogStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.state.
HyperLogLogStateFactory.SingleHyperLogLogState
(implements io.prestosql.operator.aggregation.state.
HyperLogLogState
)
io.prestosql.operator.aggregation.state.
HyperLogLogStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.sql.gen.
IfCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.operator.annotations.
ImplementationDependency.Factory
io.prestosql.sql.planner.iterative.rule.
ImplementBernoulliSampleAsFilter
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
ImplementFilteredAggregations
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.optimizations.
ImplementIntersectAndExceptAsUnion
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.sql.planner.iterative.rule.
ImplementOffset
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.gen.
InCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.operator.index.
IndexBuildDriverFactoryProvider
io.prestosql.metadata.
IndexHandle
io.prestosql.operator.index.
IndexJoinLookupStats
io.prestosql.sql.planner.plan.
IndexJoinNode.EquiJoinClause
io.prestosql.sql.planner.optimizations.
IndexJoinOptimizer
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.sql.planner.optimizations.
IndexJoinOptimizer.IndexKeyTracer
io.prestosql.operator.index.
IndexLoader
io.prestosql.operator.index.
IndexLookupSource
(implements io.prestosql.operator.
LookupSource
)
io.prestosql.operator.index.
IndexLookupSourceFactory
(implements io.prestosql.operator.
LookupSourceFactory
)
io.prestosql.index.
IndexManager
io.prestosql.operator.index.
IndexSnapshot
(implements io.prestosql.operator.index.
IndexedData
)
io.prestosql.operator.index.
IndexSnapshotBuilder
io.prestosql.operator.index.
IndexSourceOperator
(implements io.prestosql.operator.
SourceOperator
)
io.prestosql.operator.index.
IndexSourceOperator.IndexSourceOperatorFactory
(implements io.prestosql.operator.
SourceOperatorFactory
)
io.prestosql.operator.index.
IndexSplit
(implements io.prestosql.spi.connector.
ConnectorSplit
)
io.prestosql.connector.informationschema.
InformationSchemaColumnHandle
(implements io.prestosql.spi.connector.
ColumnHandle
)
io.prestosql.connector.informationschema.
InformationSchemaConnector
(implements io.prestosql.transaction.
InternalConnector
)
io.prestosql.connector.informationschema.
InformationSchemaHandleResolver
(implements io.prestosql.spi.connector.
ConnectorHandleResolver
)
io.prestosql.connector.informationschema.
InformationSchemaMetadata
(implements io.prestosql.spi.connector.
ConnectorMetadata
)
io.prestosql.connector.informationschema.
InformationSchemaPageSourceProvider
(implements io.prestosql.spi.connector.
ConnectorPageSourceProvider
)
io.prestosql.connector.informationschema.
InformationSchemaSplit
(implements io.prestosql.spi.connector.
ConnectorSplit
)
io.prestosql.connector.informationschema.
InformationSchemaSplitManager
(implements io.prestosql.spi.connector.
ConnectorSplitManager
)
io.prestosql.connector.informationschema.
InformationSchemaTableHandle
(implements io.prestosql.spi.connector.
ConnectorTableHandle
)
io.prestosql.connector.informationschema.
InformationSchemaTransactionHandle
(implements io.prestosql.spi.connector.
ConnectorTransactionHandle
)
io.prestosql.sql.planner.iterative.rule.
InlineProjections
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.operator.aggregation.builder.
InMemoryHashAggregationBuilder
(implements io.prestosql.operator.aggregation.builder.
HashAggregationBuilder
)
io.prestosql.metadata.
InMemoryNodeManager
(implements io.prestosql.metadata.
InternalNodeManager
)
io.prestosql.transaction.
InMemoryTransactionManager
(implements io.prestosql.transaction.
TransactionManager
)
io.prestosql.execution.
Input
io.prestosql.operator.project.
InputChannels
io.prestosql.sql.planner.
InputExtractor
io.prestosql.operator.project.
InputPageProjection
(implements io.prestosql.operator.project.
PageProjection
)
io.prestosql.metadata.
InsertTableHandle
io.prestosql.type.
IntegerOperators
io.prestosql.type.
IntegerOperators.IntegerDistinctFromOperator
io.prestosql.operator.aggregation.
InternalAggregationFunction
io.prestosql.server.
InternalCommunicationConfig
io.prestosql.metadata.
InternalNode
(implements io.prestosql.spi.
Node
)
io.prestosql.execution.resourcegroups.
InternalResourceGroup
(implements io.prestosql.spi.resourcegroups.
ResourceGroup
)
io.prestosql.execution.resourcegroups.
InternalResourceGroup.RootInternalResourceGroup
io.prestosql.execution.resourcegroups.
InternalResourceGroupManager
<C> (implements io.prestosql.execution.resourcegroups.
ResourceGroupManager
<C>)
io.prestosql.metadata.
InternalTable
io.prestosql.metadata.
InternalTable.Builder
io.prestosql.sql.
InterpretedFunctionInvoker
io.prestosql.operator.
InterpretedHashGenerator
(implements io.prestosql.operator.
HashGenerator
)
io.prestosql.type.
IntervalDayTimeOperators
io.prestosql.type.
IntervalDayTimeOperators.IntervalDayTimeDistinctFromOperator
io.prestosql.operator.aggregation.
IntervalDayToSecondAverageAggregation
io.prestosql.operator.aggregation.
IntervalDayToSecondSumAggregation
io.prestosql.type.
IntervalYearMonthOperators
io.prestosql.type.
IntervalYearMonthOperators.IntervalYearMonthDistinctFromOperator
io.prestosql.operator.aggregation.
IntervalYearToMonthAverageAggregation
io.prestosql.operator.aggregation.
IntervalYearToMonthSumAggregation
io.prestosql.sql.planner.planprinter.
IoPlanPrinter
io.prestosql.sql.planner.planprinter.
IoPlanPrinter.ColumnConstraint
io.prestosql.sql.planner.planprinter.
IoPlanPrinter.FormattedDomain
io.prestosql.sql.planner.planprinter.
IoPlanPrinter.FormattedMarker
io.prestosql.sql.planner.planprinter.
IoPlanPrinter.FormattedRange
io.prestosql.sql.planner.planprinter.
IoPlanPrinter.IoPlan
io.prestosql.sql.planner.planprinter.
IoPlanPrinter.IoPlan.IoPlanBuilder
io.prestosql.sql.planner.planprinter.
IoPlanPrinter.IoPlan.TableColumnInfo
io.prestosql.type.
IpAddressOperators
io.prestosql.type.
IpAddressOperators.IpAddressDistinctFromOperator
io.prestosql.sql.gen.
IsNullCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.sql.gen.
IsolatedClass
io.prestosql.sql.planner.iterative.
IterativeOptimizer
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.server.
JavaVersion
io.prestosql.server.
JmxNamingConfig
io.prestosql.operator.
JoinBridgeManager
<T>
io.prestosql.sql.gen.
JoinCompiler
io.prestosql.sql.gen.
JoinCompiler.LookupSourceSupplierFactory
io.prestosql.sql.gen.
JoinCompiler.PagesHashStrategyFactory
io.prestosql.sql.gen.
JoinFilterFunctionCompiler
io.prestosql.sql.planner.optimizations.joins.
JoinGraph
io.prestosql.sql.planner.optimizations.joins.
JoinGraph.Edge
io.prestosql.operator.
JoinHash
(implements io.prestosql.operator.
LookupSource
)
io.prestosql.operator.
JoinHashSupplier
(implements io.prestosql.operator.
LookupSourceSupplier
)
io.prestosql.sql.planner.plan.
JoinNode.EquiJoinClause
io.prestosql.operator.
JoinOperatorFactory.OuterOperatorFactoryResult
io.prestosql.operator.
JoinOperatorInfo
(implements io.prestosql.util.
Mergeable
<T>, io.prestosql.operator.
OperatorInfo
)
io.prestosql.operator.
JoinProbe
io.prestosql.operator.
JoinProbe.JoinProbeFactory
io.prestosql.operator.
JoinStatisticsCounter
(implements java.util.function.
Supplier
<T>)
io.prestosql.operator.
JoinUtils
io.prestosql.operator.scalar.
JoniRegexpCasts
io.prestosql.operator.scalar.
JoniRegexpFunctions
io.prestosql.operator.scalar.
JoniRegexpReplaceLambdaFunction
com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
io.prestosql.block.
BlockJsonSerde.Deserializer
io.prestosql.sql.
Serialization.ExpressionDeserializer
io.prestosql.sql.
Serialization.FunctionCallDeserializer
io.prestosql.server.
SliceDeserializer
com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.
Serializable
)
com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<T>
com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<T>
io.prestosql.type.
TypeDeserializer
io.prestosql.operator.scalar.
JsonExtract
io.prestosql.operator.scalar.
JsonExtract.JsonSizeExtractor
(implements io.prestosql.operator.scalar.
JsonExtract.JsonExtractor
<T>)
io.prestosql.operator.scalar.
JsonExtract.JsonValueJsonExtractor
(implements io.prestosql.operator.scalar.
JsonExtract.JsonExtractor
<T>)
io.prestosql.operator.scalar.
JsonExtract.ObjectFieldJsonExtractor
<T> (implements io.prestosql.operator.scalar.
JsonExtract.JsonExtractor
<T>)
io.prestosql.operator.scalar.
JsonExtract.ScalarValueJsonExtractor
(implements io.prestosql.operator.scalar.
JsonExtract.JsonExtractor
<T>)
io.prestosql.operator.scalar.
JsonFunctions
io.prestosql.operator.scalar.
JsonOperators
io.prestosql.operator.scalar.
JsonOperators.JsonDistinctFromOperator
io.prestosql.operator.scalar.
JsonPath
io.prestosql.sql.planner.planprinter.
JsonRenderer
(implements io.prestosql.sql.planner.planprinter.
Renderer
<T>)
io.prestosql.sql.planner.planprinter.
JsonRenderer.JsonRenderedNode
com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
io.prestosql.block.
BlockJsonSerde.Serializer
io.prestosql.type.
RawSliceSerializer
io.prestosql.sql.
Serialization.ExpressionSerializer
io.prestosql.server.
SliceSerializer
io.prestosql.sql.planner.plan.
StatisticAggregationsDescriptor.ColumnStatisticMetadataKeySerializer
io.prestosql.util.
JsonUtil
io.prestosql.util.
JsonUtil.HashTable
io.prestosql.server.security.
JsonWebTokenAuthenticator
(implements io.prestosql.server.security.
Authenticator
)
io.prestosql.server.security.
JsonWebTokenConfig
io.prestosql.server.security.
KerberosAuthenticator
(implements io.prestosql.server.security.
Authenticator
)
io.prestosql.server.security.
KerberosConfig
io.prestosql.operator.aggregation.minmaxby.
KeyAndBlockPositionValueStateSerializer
<T> (implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
com.fasterxml.jackson.databind.KeyDeserializer
io.prestosql.sql.planner.plan.
StatisticAggregationsDescriptor.ColumnStatisticMetadataKeyDeserializer
io.prestosql.operator.aggregation.
KeyValuePairs
io.prestosql.operator.aggregation.state.
KeyValuePairsStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.state.
KeyValuePairsStateFactory.SingleState
(implements io.prestosql.operator.aggregation.state.
KeyValuePairsState
)
io.prestosql.operator.aggregation.state.
KeyValuePairStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.connector.system.
KillQueryProcedure
io.prestosql.sql.gen.
LambdaBytecodeGenerator
io.prestosql.sql.gen.
LambdaCapture
io.prestosql.sql.planner.iterative.rule.
LambdaCaptureDesugaringRewriter
io.prestosql.sql.gen.
LambdaExpressionExtractor
io.prestosql.operator.aggregation.
LazyAccumulatorFactoryBinder
(implements io.prestosql.operator.aggregation.
AccumulatorFactoryBinder
)
io.prestosql.execution.buffer.
LazyOutputBuffer
(implements io.prestosql.execution.buffer.
OutputBuffer
)
io.prestosql.execution.scheduler.
LegacyNetworkTopology
(implements io.prestosql.execution.scheduler.
NetworkTopology
)
io.prestosql.execution.resourcegroups.
LegacyResourceGroupConfigurationManager
(implements io.prestosql.spi.resourcegroups.
ResourceGroupConfigurationManager
<C>)
io.prestosql.execution.
Lifespan
io.prestosql.type.
LikeFunctions
io.prestosql.operator.
LimitOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
LimitOperator.LimitOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.planner.optimizations.
LimitPushDown
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.sql.planner.
LiteralEncoder
io.prestosql.operator.annotations.
LiteralImplementationDependency
(implements io.prestosql.operator.annotations.
ImplementationDependency
)
io.prestosql.sql.planner.
LiteralInterpreter
io.prestosql.dispatcher.
LocalCoordinatorLocation
(implements io.prestosql.dispatcher.
CoordinatorLocation
)
io.prestosql.cost.
LocalCostEstimate
io.prestosql.dispatcher.
LocalDispatchQuery
(implements io.prestosql.dispatcher.
DispatchQuery
)
io.prestosql.dispatcher.
LocalDispatchQueryFactory
(implements io.prestosql.dispatcher.
DispatchQueryFactory
)
io.prestosql.operator.exchange.
LocalExchange
io.prestosql.operator.exchange.
LocalExchange.LocalExchangeFactory
io.prestosql.operator.exchange.
LocalExchange.LocalExchangeSinkFactory
(implements java.io.
Closeable
)
io.prestosql.operator.exchange.
LocalExchange.LocalExchangeSinkFactoryId
io.prestosql.operator.exchange.
LocalExchangeBufferInfo
(implements io.prestosql.util.
Mergeable
<T>, io.prestosql.operator.
OperatorInfo
)
io.prestosql.operator.exchange.
LocalExchangeMemoryManager
io.prestosql.operator.exchange.
LocalExchangeSink
io.prestosql.operator.exchange.
LocalExchangeSinkOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.exchange.
LocalExchangeSinkOperator.LocalExchangeSinkOperatorFactory
(implements io.prestosql.operator.
LocalPlannerAware
, io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.exchange.
LocalExchangeSource
io.prestosql.operator.exchange.
LocalExchangeSourceOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.exchange.
LocalExchangeSourceOperator.LocalExchangeSourceOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.planner.
LocalExecutionPlanner
io.prestosql.sql.planner.
LocalExecutionPlanner.LocalExecutionPlan
io.prestosql.memory.
LocalMemoryManager
io.prestosql.memory.
LocalMemoryManagerExporter
io.prestosql.operator.exchange.
LocalMergeSourceOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.exchange.
LocalMergeSourceOperator.LocalMergeSourceOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.exchange.
LocalPartitionGenerator
(implements io.prestosql.operator.
PartitionFunction
)
io.prestosql.sql.planner.optimizations.
LocalProperties
io.prestosql.testing.
LocalQueryRunner
(implements io.prestosql.testing.
QueryRunner
)
io.prestosql.spiller.
LocalSpillContext
(implements io.prestosql.operator.
SpillContext
)
io.prestosql.spiller.
LocalSpillManager
io.prestosql.sql.planner.
LogicalPlanner
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowAndLongStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowAndLongStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowStateFactory.SingleLongDecimalWithOverflowState
(implements io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowState
)
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowAndLongStateFactory.SingleLongDecimalWithOverflowAndLongState
(implements io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowAndLongState
)
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.aggregation.
LongSumAggregation
io.prestosql.metadata.
LongVariableConstraint
io.prestosql.operator.
LookupJoinOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
LookupJoinOperator.SavedRow
io.prestosql.operator.
LookupJoinOperator.SpillInfoSnapshot
io.prestosql.operator.
LookupJoinOperatorFactory
(implements io.prestosql.operator.
JoinOperatorFactory
)
io.prestosql.operator.
LookupJoinOperators
io.prestosql.operator.
LookupJoinPageBuilder
io.prestosql.operator.
LookupOuterOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
LookupOuterOperator.LookupOuterOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.planner.
LookupSymbolResolver
(implements io.prestosql.sql.planner.
SymbolResolver
)
io.prestosql.memory.
LowMemoryKiller.QueryMemoryInfo
io.prestosql.operator.scalar.
MapCardinalityFunction
io.prestosql.operator.scalar.
MapConstructor.State
io.prestosql.operator.scalar.
MapDistinctFromOperator
io.prestosql.operator.scalar.
MapEntriesFunction
io.prestosql.operator.scalar.
MapEqualOperator
io.prestosql.operator.scalar.
MapFromEntriesFunction
io.prestosql.operator.scalar.
MapGenericEquality
io.prestosql.operator.scalar.
MapIndeterminateOperator
io.prestosql.operator.scalar.
MapKeys
io.prestosql.operator.scalar.
MapNotEqualOperator
io.prestosql.type.
MapParametricType
(implements io.prestosql.spi.type.
ParametricType
)
io.prestosql.split.
MappedPageSource
(implements io.prestosql.spi.connector.
ConnectorPageSource
)
io.prestosql.split.
MappedRecordSet
(implements io.prestosql.spi.connector.
RecordSet
)
io.prestosql.operator.
MapUnnester
(implements io.prestosql.operator.
Unnester
)
io.prestosql.operator.scalar.
MapValues
io.prestosql.operator.
MarkDistinctHash
io.prestosql.operator.
MarkDistinctOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
MarkDistinctOperator.MarkDistinctOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.testing.
MaterializedResult
(implements java.lang.
Iterable
<T>)
io.prestosql.testing.
MaterializedResult.Builder
io.prestosql.testing.
MaterializedRow
io.prestosql.operator.scalar.
MathFunctions
io.prestosql.operator.scalar.
MathFunctions.Abs
io.prestosql.operator.scalar.
MathFunctions.Ceiling
io.prestosql.operator.scalar.
MathFunctions.Floor
io.prestosql.operator.scalar.
MathFunctions.Round
io.prestosql.operator.scalar.
MathFunctions.RoundN
io.prestosql.operator.scalar.
MathFunctions.Sign
io.prestosql.operator.scalar.
MathFunctions.Truncate
io.prestosql.operator.scalar.
MathFunctions.TruncateN
io.prestosql.operator.aggregation.
MaxDataSizeForStats
io.prestosql.sql.planner.iterative.
Memo
io.prestosql.memory.
MemoryInfo
io.prestosql.memory.
MemoryManagerConfig
io.prestosql.memory.
MemoryManagerConfig.LowMemoryKillerPolicy
io.prestosql.memory.
MemoryPool
io.prestosql.memory.
MemoryPoolAssignment
io.prestosql.memory.
MemoryPoolAssignmentsRequest
io.prestosql.memory.
MemoryResource
io.prestosql.execution.
MemoryRevokingScheduler
io.prestosql.execution.
MemoryTrackingRemoteTaskFactory
(implements io.prestosql.execution.
RemoteTaskFactory
)
io.prestosql.sql.planner.iterative.rule.
MergeFilters
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.operator.
MergeHashSort
(implements java.io.
Closeable
)
io.prestosql.operator.aggregation.
MergeHyperLogLogAggregation
io.prestosql.sql.planner.iterative.rule.
MergeLimitOverProjectWithSort
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
MergeLimits
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
MergeLimitWithDistinct
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
MergeLimitWithSort
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
MergeLimitWithTopN
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.operator.
MergeOperator
(implements java.io.
Closeable
, io.prestosql.operator.
SourceOperator
)
io.prestosql.operator.
MergeOperator.MergeOperatorFactory
(implements io.prestosql.operator.
SourceOperatorFactory
)
io.prestosql.operator.project.
MergePages
io.prestosql.type.setdigest.
MergeSetDigestAggregation
io.prestosql.util.
MergeSortedPages
io.prestosql.util.
MergeSortedPages.PageWithPosition
io.prestosql.operator.aggregation.builder.
MergingHashAggregationBuilder
(implements java.io.
Closeable
)
io.prestosql.operator.project.
MergingPageOutput
io.prestosql.connector.system.
MetadataBasedSystemTablesProvider
(implements io.prestosql.connector.system.
SystemTablesProvider
)
io.prestosql.operator.
MetadataDeleteOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
MetadataDeleteOperator.MetadataDeleteOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.planner.optimizations.
MetadataDeleteOptimizer
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.metadata.
MetadataListing
io.prestosql.metadata.
MetadataManager
(implements io.prestosql.metadata.
Metadata
)
io.prestosql.sql.planner.optimizations.
MetadataQueryOptimizer
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.metadata.
MetadataUtil
io.prestosql.metadata.
MetadataUtil.SchemaMetadataBuilder
io.prestosql.metadata.
MetadataUtil.TableMetadataBuilder
io.prestosql.operator.aggregation.minmaxby.
MinMaxByNStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.minmaxby.
MinMaxByNStateFactory.SingleMinMaxByNState
(implements io.prestosql.operator.aggregation.minmaxby.
MinMaxByNState
)
io.prestosql.operator.aggregation.minmaxby.
MinMaxByNStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.aggregation.state.
MinMaxNStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.state.
MinMaxNStateFactory.SingleMinMaxNState
(implements io.prestosql.operator.aggregation.state.
MinMaxNState
)
io.prestosql.operator.aggregation.state.
MinMaxNStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
com.fasterxml.jackson.databind.Module (implements com.fasterxml.jackson.core.Versioned)
com.fasterxml.jackson.databind.module.SimpleModule (implements java.io.
Serializable
)
io.prestosql.metadata.
AbstractTypedJacksonModule
<T>
io.prestosql.util.
MoreLists
io.prestosql.util.
MoreMaps
io.prestosql.util.
MoreMath
io.prestosql.util.
MorePredicates
io.prestosql.operator.
MultiChannelGroupByHash
(implements io.prestosql.operator.
GroupByHash
)
io.prestosql.execution.executor.
MultilevelSplitQueue
io.prestosql.operator.aggregation.multimapagg.
MultimapAggregationStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.multimapagg.
MultimapAggregationStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.scalar.
MultimapFromEntriesFunction
io.prestosql.sql.planner.iterative.rule.
MultipleDistinctAggregationToMarkDistinct
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.operator.
NestedLoopBuildOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
NestedLoopBuildOperator.NestedLoopBuildOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.
NestedLoopJoinOperator
(implements java.io.
Closeable
, io.prestosql.operator.
Operator
)
io.prestosql.operator.
NestedLoopJoinOperator.NestedLoopJoinOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.
NestedLoopJoinPages
io.prestosql.operator.
NestedLoopJoinPagesBuilder
io.prestosql.operator.
NestedLoopJoinPagesSupplier
(implements io.prestosql.operator.
NestedLoopJoinBridge
)
io.prestosql.execution.scheduler.
NetworkLocation
io.prestosql.execution.scheduler.
NetworkLocationCache
io.prestosql.metadata.
NewTableLayout
io.prestosql.operator.
NoChannelGroupByHash
(implements io.prestosql.operator.
GroupByHash
)
io.prestosql.execution.scheduler.
NodeAssignmentStats
io.prestosql.execution.scheduler.
NodeMap
io.prestosql.memory.
NodeMemoryConfig
io.prestosql.sql.planner.
NodePartitioningManager
io.prestosql.sql.planner.
NodePartitionMap
io.prestosql.sql.planner.planprinter.
NodeRepresentation
io.prestosql.sql.planner.planprinter.
NodeRepresentation.TypedSymbol
io.prestosql.server.
NodeResource
io.prestosql.execution.scheduler.
NodeScheduler
io.prestosql.execution.scheduler.
NodeSchedulerConfig
io.prestosql.execution.scheduler.
NodeSchedulerConfig.NetworkTopologyType
io.prestosql.execution.scheduler.
NodeSchedulerExporter
io.prestosql.spiller.
NodeSpillConfig
io.prestosql.server.
NodeStatus
io.prestosql.connector.system.
NodeSystemTable
(implements io.prestosql.spi.connector.
SystemTable
)
io.prestosql.execution.
NodeTaskMap
io.prestosql.execution.
NodeTaskMap.PartitionedSplitCountTracker
io.prestosql.sql.
NodeUtils
io.prestosql.sql.planner.sanity.
NoDuplicatePlanNodeIdsChecker
(implements io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
)
io.prestosql.sql.planner.sanity.
NoIdentifierLeftChecker
(implements io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
)
io.prestosql.memory.
NoneLowMemoryKiller
(implements io.prestosql.memory.
LowMemoryKiller
)
io.prestosql.failuredetector.
NoOpFailureDetector
(implements io.prestosql.failuredetector.
FailureDetector
)
io.prestosql.execution.resourcegroups.
NoOpResourceGroupManager
(implements io.prestosql.execution.resourcegroups.
ResourceGroupManager
<C>)
io.prestosql.server.
NoOpSessionSupplier
(implements io.prestosql.server.
SessionSupplier
)
io.prestosql.sql.planner.
NoOpSymbolResolver
(implements io.prestosql.sql.planner.
SymbolResolver
)
io.prestosql.transaction.
NoOpTransactionManager
(implements io.prestosql.transaction.
TransactionManager
)
io.prestosql.sql.planner.sanity.
NoSubqueryExpressionLeftChecker
(implements io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
)
io.prestosql.sql.planner.
NullabilityAnalyzer
io.prestosql.operator.aggregation.state.
NullableBooleanStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.aggregation.state.
NullableDoubleStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.aggregation.state.
NullableLongStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.sql.gen.
NullIfCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.testing.
NullOutputOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.testing.
NullOutputOperator.NullOutputFactory
(implements io.prestosql.operator.
OutputFactory
)
io.prestosql.testing.
NullOutputOperator.NullOutputOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.aggregation.
NumericHistogram
io.prestosql.operator.aggregation.
NumericHistogramStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.
NumericHistogramStateFactory.SingleState
(implements io.prestosql.operator.aggregation.
DoubleHistogramAggregation.State
)
io.prestosql.operator.
OperatorContext
io.prestosql.operator.
OperatorStats
io.prestosql.operator.scalar.annotations.
OperatorValidator
io.prestosql.sql.planner.optimizations.
OptimizeMixedDistinctAggregations
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.sql.planner.optimizations.
OptimizerStats
io.prestosql.sql.planner.
OptimizerStatsRecorder
io.prestosql.util.
Optionals
io.prestosql.sql.gen.
OrCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.operator.
OrderByOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
OrderByOperator.OrderByOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.gen.
OrderingCompiler
io.prestosql.sql.planner.
OrderingScheme
io.prestosql.operator.
OuterLookupSource
(implements io.prestosql.operator.
LookupSource
)
io.prestosql.execution.
Output
io.prestosql.execution.buffer.
OutputBufferInfo
io.prestosql.execution.buffer.
OutputBuffers
io.prestosql.execution.buffer.
OutputBuffers.OutputBufferId
io.prestosql.sql.planner.
OutputExtractor
io.prestosql.cost.
OutputStatsRule
(implements io.prestosql.cost.
ComposableStatsCalculator.Rule
<T>)
io.prestosql.metadata.
OutputTableHandle
io.prestosql.operator.index.
PageBuffer
io.prestosql.operator.
PageBufferClientStatus
io.prestosql.execution.buffer.
PageBufferInfo
io.prestosql.operator.index.
PageBufferOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.index.
PageBufferOperator.PageBufferOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.exchange.
PageChannelSelector
(implements java.util.function.
Function
<T,R>)
io.prestosql.testing.
PageConsumerOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.testing.
PageConsumerOperator.PageConsumerOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.testing.
PageConsumerOperator.PageConsumerOutputFactory
(implements io.prestosql.operator.
OutputFactory
)
io.prestosql.operator.project.
PageFieldsToInputParametersRewriter
io.prestosql.operator.project.
PageFieldsToInputParametersRewriter.Result
io.prestosql.sql.gen.
PageFunctionCompiler
io.prestosql.operator.project.
PageProcessor
io.prestosql.operator.index.
PageRecordSet
(implements io.prestosql.spi.connector.
RecordSet
)
io.prestosql.operator.index.
PageRecordSet.PageRecordCursor
(implements io.prestosql.spi.connector.
RecordCursor
)
io.prestosql.operator.
PagesHash
io.prestosql.operator.
PagesIndex
(implements it.unimi.dsi.fastutil.Swapper)
io.prestosql.operator.
PagesIndex.DefaultFactory
(implements io.prestosql.operator.
PagesIndex.Factory
)
io.prestosql.operator.
PagesIndex.TestingFactory
(implements io.prestosql.operator.
PagesIndex.Factory
)
io.prestosql.operator.index.
PagesIndexBuilderOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.index.
PagesIndexBuilderOperator.PagesIndexBuilderOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.
PagesIndexOrdering
io.prestosql.
PagesIndexPageSorter
(implements io.prestosql.spi.
PageSorter
)
io.prestosql.split.
PageSinkManager
(implements io.prestosql.split.
PageSinkProvider
)
io.prestosql.split.
PageSourceManager
(implements io.prestosql.split.
PageSourceProvider
)
io.prestosql.operator.
PageSourceOperator
(implements java.io.
Closeable
, io.prestosql.operator.
Operator
)
io.prestosql.execution.buffer.
PageSplitterUtil
io.prestosql.server.
PagesResponseWriter
(implements javax.ws.rs.ext.MessageBodyWriter<T>)
io.prestosql.operator.
PagesRTreeIndex
(implements io.prestosql.operator.
PagesSpatialIndex
)
io.prestosql.operator.
PagesRTreeIndex.GeometryWithPosition
io.prestosql.execution.buffer.
PagesSerde
io.prestosql.execution.buffer.
PagesSerdeFactory
io.prestosql.execution.buffer.
PagesSerdeUtil
io.prestosql.operator.
PagesSpatialIndexFactory
io.prestosql.operator.
PagesSpatialIndexSupplier
(implements java.util.function.
Supplier
<T>)
io.prestosql.operator.window.
PagesWindowIndex
(implements io.prestosql.spi.function.
WindowIndex
)
io.prestosql.execution.
ParameterExtractor
io.prestosql.operator.
ParametricFunctionHelpers
io.prestosql.operator.
ParametricImplementationsGroup
<T>
io.prestosql.operator.
ParametricImplementationsGroup.Builder
<T>
io.prestosql.operator.scalar.annotations.
ParametricScalarImplementation
(implements io.prestosql.operator.
ParametricImplementation
)
io.prestosql.operator.scalar.annotations.
ParametricScalarImplementation.Builder
io.prestosql.operator.scalar.annotations.
ParametricScalarImplementation.ParametricScalarImplementationChoice
(implements java.lang.
Comparable
<T>)
io.prestosql.operator.scalar.annotations.
ParametricScalarImplementation.Parser
io.prestosql.operator.scalar.annotations.
ParametricScalarImplementation.SpecializedSignature
io.prestosql.sql.
ParsingUtil
io.prestosql.operator.
PartitionedConsumption
<T>
io.prestosql.operator.
PartitionedConsumption.Partition
<T>
io.prestosql.operator.
PartitionedLookupSource
(implements io.prestosql.operator.
LookupSource
)
io.prestosql.operator.
PartitionedLookupSourceFactory
(implements io.prestosql.operator.
LookupSourceFactory
)
io.prestosql.execution.buffer.
PartitionedOutputBuffer
(implements io.prestosql.execution.buffer.
OutputBuffer
)
io.prestosql.execution.scheduler.
PartitionedOutputBufferManager
io.prestosql.operator.
PartitionedOutputOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
PartitionedOutputOperator.PartitionedOutputFactory
(implements io.prestosql.operator.
OutputFactory
)
io.prestosql.operator.
PartitionedOutputOperator.PartitionedOutputInfo
(implements io.prestosql.util.
Mergeable
<T>, io.prestosql.operator.
OperatorInfo
)
io.prestosql.operator.
PartitionedOutputOperator.PartitionedOutputOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.sql.planner.
Partitioning
io.prestosql.sql.planner.
Partitioning.ArgumentBinding
io.prestosql.sql.planner.
Partitioning.Translator
io.prestosql.sql.planner.
PartitioningHandle
io.prestosql.sql.planner.
PartitioningScheme
io.prestosql.spiller.
PartitioningSpiller.PartitioningSpillResult
io.prestosql.operator.exchange.
PassthroughExchanger
(implements io.prestosql.operator.exchange.
LocalExchanger
)
io.prestosql.server.security.
PasswordAuthenticator
(implements io.prestosql.server.security.
Authenticator
)
io.prestosql.server.security.
PasswordAuthenticatorManager
io.prestosql.sql.planner.plan.
Patterns
io.prestosql.sql.planner.plan.
Patterns.Aggregation
io.prestosql.sql.planner.plan.
Patterns.Apply
io.prestosql.sql.planner.plan.
Patterns.Exchange
io.prestosql.sql.planner.plan.
Patterns.Join
io.prestosql.sql.planner.plan.
Patterns.LateralJoin
io.prestosql.sql.planner.plan.
Patterns.Limit
io.prestosql.sql.planner.plan.
Patterns.Sample
io.prestosql.sql.planner.plan.
Patterns.SemiJoin
io.prestosql.sql.planner.plan.
Patterns.TopN
io.prestosql.sql.planner.plan.
Patterns.Values
io.prestosql.execution.scheduler.
PhasedExecutionPolicy
(implements io.prestosql.execution.scheduler.
ExecutionPolicy
)
io.prestosql.execution.scheduler.
PhasedExecutionSchedule
(implements io.prestosql.execution.scheduler.
ExecutionSchedule
)
io.prestosql.operator.
PipelineContext
io.prestosql.operator.
PipelineStats
io.prestosql.operator.
PipelineStatus
io.prestosql.sql.planner.
Plan
io.prestosql.cost.
PlanCostEstimate
io.prestosql.sql.planner.
PlanFragment
io.prestosql.sql.planner.
PlanFragmenter
io.prestosql.sql.planner.plan.
PlanFragmentId
io.prestosql.sql.planner.plan.
PlanNode
io.prestosql.sql.planner.plan.
AggregationNode
io.prestosql.sql.planner.plan.
ApplyNode
io.prestosql.sql.planner.plan.
AssignUniqueId
io.prestosql.sql.planner.plan.
DeleteNode
io.prestosql.sql.planner.plan.
DistinctLimitNode
io.prestosql.sql.planner.plan.
EnforceSingleRowNode
io.prestosql.sql.planner.plan.
ExchangeNode
io.prestosql.sql.planner.plan.
ExplainAnalyzeNode
io.prestosql.sql.planner.plan.
FilterNode
io.prestosql.sql.planner.plan.
GroupIdNode
io.prestosql.sql.planner.iterative.
GroupReference
io.prestosql.sql.planner.plan.
IndexJoinNode
io.prestosql.sql.planner.plan.
IndexSourceNode
io.prestosql.sql.planner.plan.
JoinNode
io.prestosql.sql.planner.plan.
LateralJoinNode
io.prestosql.sql.planner.plan.
LimitNode
io.prestosql.sql.planner.plan.
MarkDistinctNode
io.prestosql.sql.planner.plan.
MetadataDeleteNode
io.prestosql.sql.planner.plan.
OffsetNode
io.prestosql.sql.planner.plan.
OutputNode
io.prestosql.sql.planner.plan.
ProjectNode
io.prestosql.sql.planner.plan.
RemoteSourceNode
io.prestosql.sql.planner.plan.
RowNumberNode
io.prestosql.sql.planner.plan.
SampleNode
io.prestosql.sql.planner.plan.
SemiJoinNode
io.prestosql.sql.planner.plan.
SetOperationNode
io.prestosql.sql.planner.plan.
ExceptNode
io.prestosql.sql.planner.plan.
IntersectNode
io.prestosql.sql.planner.plan.
UnionNode
io.prestosql.sql.planner.plan.
SortNode
io.prestosql.sql.planner.plan.
SpatialJoinNode
io.prestosql.sql.planner.plan.
StatisticsWriterNode
io.prestosql.sql.planner.plan.
TableFinishNode
io.prestosql.sql.planner.plan.
TableScanNode
io.prestosql.sql.planner.plan.
TableWriterNode
io.prestosql.sql.planner.plan.
TopNNode
io.prestosql.sql.planner.plan.
TopNRowNumberNode
io.prestosql.sql.planner.plan.
UnnestNode
io.prestosql.sql.planner.plan.
ValuesNode
io.prestosql.sql.planner.plan.
WindowNode
io.prestosql.sql.planner.optimizations.
PlanNodeDecorrelator
io.prestosql.sql.planner.optimizations.
PlanNodeDecorrelator.DecorrelatedNode
io.prestosql.sql.planner.plan.
PlanNodeId
io.prestosql.sql.planner.
PlanNodeIdAllocator
io.prestosql.sql.planner.optimizations.
PlanNodeSearcher
io.prestosql.sql.planner.planprinter.
PlanNodeStats
(implements io.prestosql.util.
Mergeable
<T>)
io.prestosql.sql.planner.planprinter.
HashCollisionPlanNodeStats
io.prestosql.sql.planner.planprinter.
WindowPlanNodeStats
io.prestosql.cost.
PlanNodeStatsEstimate
io.prestosql.cost.
PlanNodeStatsEstimate.Builder
io.prestosql.cost.
PlanNodeStatsEstimateMath
io.prestosql.sql.planner.planprinter.
PlanNodeStatsSummarizer
io.prestosql.sql.planner.iterative.rule.
PlanNodeWithCost
io.prestosql.sql.planner.
PlanOptimizers
io.prestosql.sql.planner.planprinter.
PlanPrinter
io.prestosql.sql.planner.planprinter.
PlanPrinterUtil
io.prestosql.sql.planner.iterative.
Plans
io.prestosql.sql.planner.sanity.
PlanSanityChecker
io.prestosql.sql.planner.plan.
PlanVisitor
<R,C>
io.prestosql.sql.planner.plan.
SimplePlanRewriter
<C>
io.prestosql.sql.planner.
SimplePlanVisitor
<C>
io.prestosql.server.
PluginManager
io.prestosql.server.
PluginManagerConfig
io.prestosql.metadata.
PolymorphicScalarFunctionBuilder
io.prestosql.metadata.
PolymorphicScalarFunctionBuilder.ChoiceBuilder
io.prestosql.metadata.
PolymorphicScalarFunctionBuilder.MethodsGroupBuilder
io.prestosql.metadata.
PolymorphicScalarFunctionBuilder.SpecializeContext
io.prestosql.util.
PowerOfTwoValidator
(implements javax.validation.ConstraintValidator<A,T>)
io.prestosql.operator.
PrecomputedHashGenerator
(implements io.prestosql.operator.
HashGenerator
)
io.prestosql.sql.planner.iterative.rule.
PreconditionRules
io.prestosql.sql.planner.optimizations.
PredicatePushDown
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.server.
PrefixObjectNameGeneratorModule
(implements com.google.inject.Module)
io.prestosql.server.
PrefixObjectNameGeneratorModule.PrefixObjectNameGenerator
(implements org.weakref.jmx.ObjectNameGenerator)
io.prestosql.execution.
PrepareTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.
PrestoMediaTypes
io.prestosql.server.
PrestoServer
(implements java.lang.
Runnable
)
io.prestosql.security.
PrincipalUserMatchRule
io.prestosql.execution.executor.
PrioritizedSplitRunner
(implements java.lang.
Comparable
<T>)
io.prestosql.execution.executor.
Priority
io.prestosql.connector.system.jdbc.
ProcedureColumnJdbcTable
io.prestosql.connector.system.jdbc.
ProcedureJdbcTable
io.prestosql.metadata.
ProcedureRegistry
io.prestosql.testing.
ProcedureTester
io.prestosql.sql.planner.iterative.rule.
ProjectOffPushDownRule
<N> (implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PruneAggregationColumns
io.prestosql.sql.planner.iterative.rule.
PruneCrossJoinColumns
io.prestosql.sql.planner.iterative.rule.
PruneFilterColumns
io.prestosql.sql.planner.iterative.rule.
PruneIndexSourceColumns
io.prestosql.sql.planner.iterative.rule.
PruneJoinColumns
io.prestosql.sql.planner.iterative.rule.
PruneLimitColumns
io.prestosql.sql.planner.iterative.rule.
PruneMarkDistinctColumns
io.prestosql.sql.planner.iterative.rule.
PruneProjectColumns
io.prestosql.sql.planner.iterative.rule.
PruneSemiJoinColumns
io.prestosql.sql.planner.iterative.rule.
PruneTableScanColumns
io.prestosql.sql.planner.iterative.rule.
PruneTopNColumns
io.prestosql.sql.planner.iterative.rule.
PruneValuesColumns
io.prestosql.sql.planner.iterative.rule.
PruneWindowColumns
io.prestosql.util.
PropertiesUtil
io.prestosql.sql.planner.optimizations.
PropertyDerivations
io.prestosql.sql.planner.iterative.rule.
PruneAggregationSourceColumns
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PruneCountAggregationOverScalar
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PruneJoinChildrenColumns
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PruneOrderByInAggregation
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PruneOutputColumns
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PruneSemiJoinFilteringSourceColumns
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.optimizations.
PruneUnreferencedOutputs
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.connector.system.jdbc.
PseudoColumnJdbcTable
io.prestosql.sql.planner.iterative.rule.
PushAggregationThroughOuterJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushDownNegationsExpressionRewriter
io.prestosql.sql.planner.iterative.rule.
PushLimitIntoTableScan
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushLimitThroughMarkDistinct
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushLimitThroughOffset
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushLimitThroughOuterJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushLimitThroughProject
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushLimitThroughSemiJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushLimitThroughUnion
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushOffsetThroughProject
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushPartialAggregationThroughExchange
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushPartialAggregationThroughJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushPredicateIntoTableScan
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushProjectionThroughExchange
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushProjectionThroughUnion
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushRemoteExchangeThroughAssignUniqueId
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushSampleIntoTableScan
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushTableWriteThroughUnion
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushTopNThroughOuterJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushTopNThroughProject
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
PushTopNThroughUnion
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.metadata.
QualifiedObjectName
io.prestosql.metadata.
QualifiedTablePrefix
io.prestosql.operator.scalar.
QuantileDigestFunctions
io.prestosql.type.
QuantileDigestOperators
io.prestosql.operator.aggregation.state.
QuantileDigestStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.operator.aggregation.state.
QuantileDigestStateFactory.SingleQuantileDigestState
(implements io.prestosql.operator.aggregation.state.
QuantileDigestState
)
io.prestosql.operator.aggregation.state.
QuantileDigestStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.sql.planner.optimizations.
QueryCardinalityUtil
io.prestosql.memory.
QueryContext
io.prestosql.execution.
QueryExecution.QueryOutputInfo
io.prestosql.execution.
QueryExecutionMBean
io.prestosql.sql.analyzer.
QueryExplainer
io.prestosql.execution.
QueryIdGenerator
io.prestosql.execution.
QueryInfo
io.prestosql.execution.
QueryManagerConfig
io.prestosql.execution.
QueryManagerStats
io.prestosql.event.
QueryMonitor
io.prestosql.event.
QueryMonitorConfig
io.prestosql.execution.
QueryPreparer
io.prestosql.execution.
QueryPreparer.PreparedQuery
io.prestosql.server.
QueryProgressStats
io.prestosql.server.
QueryResource
io.prestosql.testing.
QueryRunner.MaterializedResultWithPlan
io.prestosql.server.
QuerySessionSupplier
(implements io.prestosql.server.
SessionSupplier
)
io.prestosql.server.
QueryStateInfo
io.prestosql.server.
QueryStateInfoResource
io.prestosql.execution.
QueryStateMachine
io.prestosql.execution.
QueryStateMachine.QueryOutputManager
io.prestosql.execution.
QueryStats
io.prestosql.connector.system.
QuerySystemTable
(implements io.prestosql.spi.connector.
SystemTable
)
io.prestosql.execution.
QueryTracker
<T>
io.prestosql.dispatcher.
QueuedStatementResource
io.prestosql.spi.function.
RankingWindowFunction
(implements io.prestosql.spi.function.
WindowFunction
)
io.prestosql.operator.window.
CumulativeDistributionFunction
io.prestosql.operator.window.
DenseRankFunction
io.prestosql.operator.window.
NTileFunction
io.prestosql.operator.window.
PercentRankFunction
io.prestosql.operator.window.
RankFunction
io.prestosql.operator.window.
RowNumberFunction
io.prestosql.type.
Re2JRegexp
io.prestosql.operator.scalar.
Re2JRegexpFunctions
io.prestosql.operator.scalar.
Re2JRegexpReplaceLambdaFunction
io.prestosql.security.
ReadOnlySystemAccessControl
(implements io.prestosql.spi.security.
SystemAccessControl
)
io.prestosql.security.
ReadOnlySystemAccessControl.Factory
(implements io.prestosql.spi.security.
SystemAccessControlFactory
)
io.prestosql.operator.aggregation.
RealCorrelationAggregation
io.prestosql.operator.aggregation.
RealCovarianceAggregation
io.prestosql.operator.aggregation.
RealGeometricMeanAggregations
io.prestosql.operator.aggregation.
RealHistogramAggregation
io.prestosql.type.
RealOperators
io.prestosql.type.
RealOperators.RealDistinctFromOperator
io.prestosql.operator.aggregation.
RealRegressionAggregation
io.prestosql.operator.aggregation.
RealSumAggregation
io.prestosql.split.
RecordPageSourceProvider
(implements io.prestosql.spi.connector.
ConnectorPageSourceProvider
)
io.prestosql.operator.
ReferenceCount
io.prestosql.util.
Reflection
io.prestosql.sql.analyzer.
RelationId
io.prestosql.sql.analyzer.
RelationType
io.prestosql.metadata.
RemoteHandleResolver
(implements io.prestosql.spi.connector.
ConnectorHandleResolver
)
io.prestosql.memory.
RemoteNodeMemory
io.prestosql.metadata.
RemoteNodeState
io.prestosql.split.
RemoteSplit
(implements io.prestosql.spi.connector.
ConnectorSplit
)
io.prestosql.server.remotetask.
RemoteTaskStats
io.prestosql.sql.planner.iterative.rule.
RemoveAggregationInSemiJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveEmptyDelete
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveFullSample
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveRedundantDistinctLimit
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveRedundantIdentityProjections
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveRedundantLimit
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveRedundantSort
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveRedundantTopN
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveTrivialFilters
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveUnreferencedScalarApplyNodes
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
RemoveUnreferencedScalarLateralNodes
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.execution.
RenameColumnTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
RenameSchemaTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
RenameTableTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.sql.planner.iterative.rule.
ReorderJoins
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.operator.scalar.
RepeatFunction
io.prestosql.sql.planner.optimizations.
ReplicateSemiJoinInDelete
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.execution.
ResetSessionTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.scheduler.
ResettableRandomizedIterator
<T> (implements java.util.
Iterator
<E>)
io.prestosql.sql.analyzer.
ResolvedField
io.prestosql.metadata.
ResolvedIndex
io.prestosql.execution.resourcegroups.
ResourceGroupConfigurationManagerContextInstance
(implements io.prestosql.spi.resourcegroups.
ResourceGroupConfigurationManagerContext
)
io.prestosql.server.
ResourceGroupInfo
io.prestosql.server.
ResourceGroupStateInfoResource
io.prestosql.execution.
RevokeRolesTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
RevokeTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.sql.planner.iterative.rule.
RewriteSpatialPartitioningAggregation
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.execution.
RollbackTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.operator.
RowComparator
(implements java.util.
Comparator
<T>)
io.prestosql.sql.gen.
RowConstructorCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.sql.relational.
RowExpression
io.prestosql.sql.relational.
CallExpression
io.prestosql.sql.relational.
ConstantExpression
io.prestosql.sql.relational.
InputReferenceExpression
io.prestosql.sql.relational.
LambdaDefinitionExpression
io.prestosql.sql.relational.
VariableReferenceExpression
io.prestosql.sql.gen.
RowExpressionCompiler
io.prestosql.operator.
RowNumberOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
RowNumberOperator.RowNumberOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.type.
RowParametricType
(implements io.prestosql.spi.type.
ParametricType
)
io.prestosql.sql.planner.iterative.
Rule.Result
io.prestosql.sql.planner.iterative.
RuleIndex
io.prestosql.sql.planner.iterative.
RuleIndex.Builder
io.prestosql.sql.planner.iterative.
RuleStats
io.prestosql.sql.planner.
RuleStatsRecorder
io.prestosql.split.
SampledSplitSource
(implements io.prestosql.split.
SplitSource
)
io.prestosql.sql.planner.optimizations.
ScalarAggregationToJoinRewriter
io.prestosql.operator.scalar.annotations.
ScalarFromAnnotationsParser
io.prestosql.operator.scalar.
ScalarFunctionImplementation
io.prestosql.operator.scalar.
ScalarFunctionImplementation.ArgumentProperty
io.prestosql.operator.scalar.
ScalarFunctionImplementation.ScalarImplementationChoice
io.prestosql.operator.scalar.
ScalarHeader
io.prestosql.operator.annotations.
ScalarImplementationDependency
(implements io.prestosql.operator.annotations.
ImplementationDependency
)
io.prestosql.operator.annotations.
FunctionImplementationDependency
io.prestosql.operator.annotations.
OperatorImplementationDependency
io.prestosql.operator.scalar.annotations.
ScalarImplementationHeader
io.prestosql.cost.
ScalarStatsCalculator
io.prestosql.execution.scheduler.
ScaledOutputBufferManager
io.prestosql.execution.scheduler.
ScaledWriterScheduler
(implements io.prestosql.execution.scheduler.
StageScheduler
)
io.prestosql.operator.
ScanFilterAndProjectOperator
(implements java.io.
Closeable
, io.prestosql.operator.
SourceOperator
)
io.prestosql.operator.
ScanFilterAndProjectOperator.ScanFilterAndProjectOperatorFactory
(implements io.prestosql.operator.
SourceOperatorFactory
)
io.prestosql.execution.
ScheduledSplit
io.prestosql.execution.scheduler.
ScheduleResult
io.prestosql.sql.planner.
SchedulingOrderVisitor
io.prestosql.connector.system.jdbc.
SchemaJdbcTable
io.prestosql.connector.system.
SchemaPropertiesSystemTable
io.prestosql.metadata.
SchemaPropertyManager
io.prestosql.sql.analyzer.
Scope
io.prestosql.sql.analyzer.
Scope.Builder
io.prestosql.server.security.
SecurityConfig
io.prestosql.operator.project.
SelectedPositions
io.prestosql.sql.analyzer.
SemanticExceptions
io.prestosql.cost.
SemiJoinStatsCalculator
io.prestosql.cost.
SemiJoinStatsRule
(implements io.prestosql.cost.
ComposableStatsCalculator.Rule
<T>)
io.prestosql.operator.scalar.
SequenceFunction
io.prestosql.sql.
Serialization
io.prestosql.execution.buffer.
SerializedPage
io.prestosql.server.
ServerConfig
io.prestosql.server.
ServerInfoResource
io.prestosql.server.
ServerMainModule.ExecutorCleanup
io.prestosql.
Session
io.prestosql.
Session.ResourceEstimateBuilder
io.prestosql.
Session.SessionBuilder
io.prestosql.operator.scalar.
SessionFunctions
io.prestosql.server.
SessionPropertyConfigurationManagerContextInstance
(implements io.prestosql.spi.resourcegroups.
SessionPropertyConfigurationManagerContext
)
io.prestosql.server.
SessionPropertyDefaults
io.prestosql.metadata.
SessionPropertyManager
io.prestosql.metadata.
SessionPropertyManager.SessionPropertyValue
io.prestosql.
SessionRepresentation
io.prestosql.operator.
SetBuilderOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
SetBuilderOperator.SetBuilderOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.
SetBuilderOperator.SetSupplier
io.prestosql.type.setdigest.
SetDigest
io.prestosql.type.setdigest.
SetDigestFunctions
io.prestosql.type.setdigest.
SetDigestOperators
io.prestosql.type.setdigest.
SetDigestStateFactory
(implements io.prestosql.spi.function.
AccumulatorStateFactory
<T>)
io.prestosql.type.setdigest.
SetDigestStateFactory.GroupedSetDigestState
(implements io.prestosql.spi.function.
GroupedAccumulatorState
, io.prestosql.type.setdigest.
SetDigestState
)
io.prestosql.type.setdigest.
SetDigestStateFactory.SingleSetDigestState
(implements io.prestosql.type.setdigest.
SetDigestState
)
io.prestosql.type.setdigest.
SetDigestStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.sql.planner.optimizations.
SetFlatteningOptimizer
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.execution.
SetPathTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
SetRoleTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.execution.
SetSessionTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.sql.rewrite.
ShowStatsRewrite
io.prestosql.metadata.
Signature
io.prestosql.metadata.
SignatureBinder
io.prestosql.metadata.
SignatureBuilder
io.prestosql.sql.relational.
Signatures
io.prestosql.server.remotetask.
SimpleHttpResponseHandler
<T> (implements com.google.common.util.concurrent.FutureCallback<V>)
io.prestosql.execution.scheduler.
SimpleNodeSelector
(implements io.prestosql.execution.scheduler.
NodeSelector
)
io.prestosql.operator.
SimplePagesHashStrategy
(implements io.prestosql.operator.
PagesHashStrategy
)
io.prestosql.operator.
SimplePagesIndexComparator
(implements io.prestosql.operator.
PagesIndexComparator
)
io.prestosql.operator.
SimplePageWithPositionComparator
(implements io.prestosql.operator.
PageWithPositionComparator
)
io.prestosql.sql.planner.plan.
SimplePlanRewriter.RewriteContext
<C>
io.prestosql.cost.
SimpleStatsRule
<T> (implements io.prestosql.cost.
ComposableStatsCalculator.Rule
<T>)
io.prestosql.cost.
AggregationStatsRule
io.prestosql.cost.
EnforceSingleRowStatsRule
io.prestosql.cost.
ExchangeStatsRule
io.prestosql.cost.
FilterStatsRule
io.prestosql.cost.
JoinStatsRule
io.prestosql.cost.
LimitStatsRule
io.prestosql.cost.
ProjectStatsRule
io.prestosql.cost.
RowNumberStatsRule
io.prestosql.cost.
SimpleFilterProjectSemiJoinStatsRule
io.prestosql.cost.
SpatialJoinStatsRule
io.prestosql.cost.
TableScanStatsRule
io.prestosql.cost.
UnionStatsRule
io.prestosql.sql.planner.iterative.rule.
SimplifyCountOverConstant
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.operator.aggregation.arrayagg.
SingleArrayAggregationState
(implements io.prestosql.operator.aggregation.arrayagg.
ArrayAggregationState
)
io.prestosql.sql.planner.iterative.rule.
SingleDistinctAggregationToGroupBy
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.operator.aggregation.histogram.
SingleHistogramState
(implements io.prestosql.operator.aggregation.histogram.
HistogramState
)
io.prestosql.operator.aggregation.multimapagg.
SingleMultimapAggregationState
(implements io.prestosql.operator.aggregation.multimapagg.
MultimapAggregationState
)
io.prestosql.operator.aggregation.histogram.
SingleTypedHistogram
(implements io.prestosql.operator.aggregation.histogram.
TypedHistogram
)
io.prestosql.type.
SmallintOperators
io.prestosql.type.
SmallintOperators.SmallintDistinctFromOperator
io.prestosql.operator.
SortedPositionLinks
(implements io.prestosql.operator.
PositionLinks
)
io.prestosql.operator.
SortedPositionLinks.FactoryBuilder
(implements io.prestosql.operator.
PositionLinks.FactoryBuilder
)
io.prestosql.sql.planner.
SortExpressionContext
io.prestosql.sql.planner.
SortExpressionExtractor
io.prestosql.cost.
SortStatsRule
(implements io.prestosql.cost.
ComposableStatsCalculator.Rule
<T>)
io.prestosql.execution.scheduler.
SourcePartitionedScheduler
(implements io.prestosql.execution.scheduler.
SourceScheduler
)
io.prestosql.operator.
SpatialIndexBuilderOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
SpatialIndexBuilderOperator.SpatialIndexBuilderOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.
SpatialJoinOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
SpatialJoinOperator.SpatialJoinOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.util.
SpatialJoinUtils
io.prestosql.metadata.
SpecializedFunctionKey
io.prestosql.operator.aggregation.builder.
SpillableHashAggregationBuilder
(implements io.prestosql.operator.aggregation.builder.
HashAggregationBuilder
)
io.prestosql.spiller.
SpillerStats
io.prestosql.spiller.
SpillSpaceTracker
io.prestosql.metadata.
Split
io.prestosql.execution.
SplitConcurrencyController
io.prestosql.split.
SplitManager
io.prestosql.event.
SplitMonitor
io.prestosql.operator.
SplitOperatorInfo
(implements io.prestosql.operator.
OperatorInfo
)
io.prestosql.execution.scheduler.
SplitPlacementResult
io.prestosql.execution.scheduler.
SplitSchedulerStats
io.prestosql.split.
SplitSource.SplitBatch
io.prestosql.operator.scalar.
SplitToMapFunction
io.prestosql.operator.scalar.
SplitToMultimapFunction
io.prestosql.metadata.
SqlAggregationFunction
(implements io.prestosql.metadata.
SqlFunction
)
io.prestosql.operator.aggregation.
AbstractMinMaxAggregationFunction
io.prestosql.operator.aggregation.
MaxAggregationFunction
io.prestosql.operator.aggregation.
MinAggregationFunction
io.prestosql.operator.aggregation.minmaxby.
AbstractMinMaxBy
io.prestosql.operator.aggregation.minmaxby.
MaxByAggregationFunction
io.prestosql.operator.aggregation.minmaxby.
MinByAggregationFunction
io.prestosql.operator.aggregation.minmaxby.
AbstractMinMaxByNAggregationFunction
io.prestosql.operator.aggregation.minmaxby.
MaxByNAggregationFunction
io.prestosql.operator.aggregation.minmaxby.
MinByNAggregationFunction
io.prestosql.operator.aggregation.
AbstractMinMaxNAggregationFunction
io.prestosql.operator.aggregation.
MaxNAggregationFunction
io.prestosql.operator.aggregation.
MinNAggregationFunction
io.prestosql.operator.aggregation.
ArbitraryAggregationFunction
io.prestosql.operator.aggregation.arrayagg.
ArrayAggregationFunction
io.prestosql.operator.aggregation.
ChecksumAggregationFunction
io.prestosql.operator.aggregation.
CountColumn
io.prestosql.operator.aggregation.
DecimalAverageAggregation
io.prestosql.operator.aggregation.
DecimalSumAggregation
io.prestosql.operator.aggregation.histogram.
Histogram
io.prestosql.operator.aggregation.
MapAggregationFunction
io.prestosql.operator.aggregation.
MapUnionAggregation
io.prestosql.operator.aggregation.
MergeQuantileDigestFunction
io.prestosql.operator.aggregation.multimapagg.
MultimapAggregationFunction
io.prestosql.operator.aggregation.
ParametricAggregation
io.prestosql.operator.aggregation.
QuantileDigestAggregationFunction
io.prestosql.operator.aggregation.
RealAverageAggregation
io.prestosql.operator.aggregation.
ReduceAggregationFunction
io.prestosql.sql.
SqlEnvironmentConfig
io.prestosql.sql.
SqlFormatterUtil
io.prestosql.type.
SqlIntervalDayTime
io.prestosql.type.
SqlIntervalYearMonth
io.prestosql.sql.
SqlPath
io.prestosql.sql.
SqlPathElement
io.prestosql.execution.
SqlQueryExecution
(implements io.prestosql.execution.
QueryExecution
)
io.prestosql.execution.
SqlQueryExecution.SqlQueryExecutionFactory
(implements io.prestosql.execution.
QueryExecution.QueryExecutionFactory
<T>)
io.prestosql.execution.
SqlQueryManager
(implements io.prestosql.execution.
QueryManager
)
io.prestosql.execution.scheduler.
SqlQueryScheduler
io.prestosql.metadata.
SqlScalarFunction
(implements io.prestosql.metadata.
SqlFunction
)
io.prestosql.operator.scalar.
AbstractGreatestLeast
io.prestosql.operator.scalar.
Greatest
io.prestosql.operator.scalar.
Least
io.prestosql.operator.scalar.
ApplyFunction
io.prestosql.operator.scalar.
ArrayConcatFunction
io.prestosql.operator.scalar.
ArrayConstructor
io.prestosql.operator.scalar.
ArrayFlattenFunction
io.prestosql.operator.scalar.
ArrayJoin
io.prestosql.operator.scalar.
ArrayJoin.ArrayJoinWithNullReplacement
io.prestosql.operator.scalar.
ArrayReduceFunction
io.prestosql.operator.scalar.
ArrayToElementConcatFunction
io.prestosql.operator.scalar.
ArrayTransformFunction
io.prestosql.operator.scalar.
ConcatFunction
io.prestosql.operator.scalar.
ElementToArrayConcatFunction
io.prestosql.operator.scalar.
InvokeFunction
io.prestosql.operator.scalar.
JsonStringToArrayCast
io.prestosql.operator.scalar.
JsonStringToMapCast
io.prestosql.operator.scalar.
JsonStringToRowCast
io.prestosql.operator.scalar.
MapConcatFunction
io.prestosql.operator.scalar.
MapConstructor
io.prestosql.operator.scalar.
MapElementAtFunction
io.prestosql.operator.scalar.
MapFilterFunction
io.prestosql.operator.scalar.
MapTransformKeyFunction
io.prestosql.operator.scalar.
MapTransformValueFunction
io.prestosql.operator.scalar.
MapZipWithFunction
io.prestosql.operator.scalar.
ParametricScalar
io.prestosql.metadata.
SqlOperator
io.prestosql.operator.scalar.
ArraySubscriptOperator
io.prestosql.operator.scalar.
ArrayToArrayCast
io.prestosql.operator.scalar.
ArrayToJsonCast
io.prestosql.operator.scalar.
CastFromUnknownOperator
io.prestosql.operator.scalar.
IdentityCast
io.prestosql.operator.scalar.
JsonToArrayCast
io.prestosql.operator.scalar.
JsonToMapCast
io.prestosql.operator.scalar.
JsonToRowCast
io.prestosql.operator.scalar.
MapHashCodeOperator
io.prestosql.operator.scalar.
MapSubscriptOperator
io.prestosql.operator.scalar.
MapToJsonCast
io.prestosql.operator.scalar.
MapToMapCast
io.prestosql.operator.scalar.
Re2JCastToRegexpFunction
io.prestosql.operator.scalar.
RowComparisonOperator
io.prestosql.operator.scalar.
RowGreaterThanOperator
io.prestosql.operator.scalar.
RowGreaterThanOrEqualOperator
io.prestosql.operator.scalar.
RowLessThanOperator
io.prestosql.operator.scalar.
RowLessThanOrEqualOperator
io.prestosql.operator.scalar.
RowDistinctFromOperator
io.prestosql.operator.scalar.
RowEqualOperator
io.prestosql.operator.scalar.
RowHashCodeOperator
io.prestosql.operator.scalar.
RowIndeterminateOperator
io.prestosql.operator.scalar.
RowNotEqualOperator
io.prestosql.operator.scalar.
RowToJsonCast
io.prestosql.operator.scalar.
RowToRowCast
io.prestosql.operator.scalar.
TryCastFunction
io.prestosql.operator.scalar.
ZipFunction
io.prestosql.operator.scalar.
ZipWithFunction
io.prestosql.execution.
SqlStageExecution
io.prestosql.execution.
SqlTask
io.prestosql.execution.
SqlTaskExecution
io.prestosql.execution.
SqlTaskExecutionFactory
io.prestosql.execution.
SqlTaskIoStats
io.prestosql.execution.
SqlTaskManager
(implements java.io.
Closeable
, io.prestosql.execution.
TaskManager
)
io.prestosql.sql.relational.
SqlToRowExpressionTranslator
io.prestosql.operator.window.
SqlWindowFunction
(implements io.prestosql.metadata.
SqlFunction
)
io.prestosql.operator.
StageExecutionDescriptor
io.prestosql.sql.planner.
StageExecutionPlan
io.prestosql.execution.
StageId
io.prestosql.execution.
StageInfo
io.prestosql.server.
StageResource
io.prestosql.execution.
StageStateMachine
io.prestosql.execution.
StageStats
io.prestosql.operator.
StandardJoinFilterFunction
(implements io.prestosql.operator.
JoinFilterFunction
)
io.prestosql.execution.
StartTransactionTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.operator.aggregation.state.
StateCompiler
io.prestosql.execution.
StateMachine
<T>
io.prestosql.server.
StatementHttpExecutionMBean
io.prestosql.sql.rewrite.
StatementRewrite
io.prestosql.util.
StatementUtils
io.prestosql.metadata.
StaticCatalogStore
io.prestosql.metadata.
StaticCatalogStoreConfig
io.prestosql.operator.
StaticLookupSourceProvider
(implements io.prestosql.operator.
LookupSourceProvider
)
io.prestosql.connector.system.
StaticSystemTablesProvider
(implements io.prestosql.connector.system.
SystemTablesProvider
)
io.prestosql.sql.planner.plan.
StatisticAggregations
io.prestosql.sql.planner.plan.
StatisticAggregations.Parts
io.prestosql.sql.planner.plan.
StatisticAggregationsDescriptor
<T>
io.prestosql.sql.planner.plan.
StatisticAggregationsDescriptor.Builder
<T>
io.prestosql.cost.
StatisticRange
io.prestosql.sql.planner.
StatisticsAggregationPlanner
io.prestosql.sql.planner.
StatisticsAggregationPlanner.ColumnStatisticsAggregation
io.prestosql.sql.planner.
StatisticsAggregationPlanner.TableStatisticAggregation
io.prestosql.sql.planner.plan.
StatisticsWriterNode.WriteStatisticsTarget
io.prestosql.sql.planner.plan.
StatisticsWriterNode.WriteStatisticsHandle
io.prestosql.sql.planner.plan.
StatisticsWriterNode.WriteStatisticsReference
io.prestosql.operator.
StatisticsWriterOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
StatisticsWriterOperator.StatisticsWriterOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.cost.
StatsAndCosts
io.prestosql.cost.
StatsCalculatorModule
(implements com.google.inject.Module)
io.prestosql.cost.
StatsNormalizer
io.prestosql.sql.planner.optimizations.
StatsRecordingPlanOptimizer
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.server.
StatusResource
io.prestosql.operator.
StreamingAggregationOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
StreamingAggregationOperator.StreamingAggregationOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.index.
StreamingIndexedData
(implements io.prestosql.operator.index.
IndexedData
)
io.prestosql.sql.planner.optimizations.
StreamPreferredProperties
io.prestosql.sql.planner.optimizations.
StreamPropertyDerivations
io.prestosql.sql.planner.optimizations.
StreamPropertyDerivations.StreamProperties
io.prestosql.operator.scalar.
StringFunctions
io.prestosql.sql.planner.
SubExpressionExtractor
io.prestosql.sql.planner.
SubPlan
io.prestosql.operator.aggregation.
SumDataSizeForStats
io.prestosql.connector.system.jdbc.
SuperTableJdbcTable
io.prestosql.connector.system.jdbc.
SuperTypeJdbcTable
io.prestosql.sql.gen.
SwitchCodeGenerator
(implements io.prestosql.sql.gen.
BytecodeGenerator
)
io.prestosql.sql.planner.
Symbol
(implements java.lang.
Comparable
<T>)
io.prestosql.sql.planner.
SymbolAllocator
io.prestosql.sql.planner.optimizations.
SymbolMapper
io.prestosql.sql.planner.optimizations.
SymbolMapper.Builder
io.prestosql.sql.planner.
SymbolsExtractor
io.prestosql.cost.
SymbolStatsEstimate
io.prestosql.cost.
SymbolStatsEstimate.Builder
io.prestosql.operator.
SyntheticAddress
io.prestosql.connector.system.
SystemColumnHandle
(implements io.prestosql.spi.connector.
ColumnHandle
)
io.prestosql.connector.system.
SystemConnector
(implements io.prestosql.transaction.
InternalConnector
)
io.prestosql.connector.system.
SystemConnectorModule
(implements com.google.inject.Module)
io.prestosql.connector.system.
SystemConnectorSessionUtil
io.prestosql.connector.system.
SystemHandleResolver
(implements io.prestosql.spi.connector.
ConnectorHandleResolver
)
io.prestosql.connector.system.
GlobalSystemHandleResolver
io.prestosql.connector.system.
SystemPageSourceProvider
(implements io.prestosql.spi.connector.
ConnectorPageSourceProvider
)
io.prestosql.sql.planner.
SystemPartitioningHandle
(implements io.prestosql.spi.connector.
ConnectorPartitioningHandle
)
io.prestosql.
SystemSessionProperties
io.prestosql.connector.system.
SystemSplit
(implements io.prestosql.spi.connector.
ConnectorSplit
)
io.prestosql.connector.system.
SystemSplitManager
(implements io.prestosql.spi.connector.
ConnectorSplitManager
)
io.prestosql.connector.system.
SystemTableHandle
(implements io.prestosql.spi.connector.
ConnectorTableHandle
)
io.prestosql.connector.system.
SystemTablesMetadata
(implements io.prestosql.spi.connector.
ConnectorMetadata
)
io.prestosql.connector.system.
SystemTransactionHandle
(implements io.prestosql.spi.connector.
ConnectorTransactionHandle
)
io.prestosql.connector.system.
TableCommentSystemTable
(implements io.prestosql.spi.connector.
SystemTable
)
io.prestosql.operator.
TableFinishInfo
(implements io.prestosql.operator.
OperatorInfo
)
io.prestosql.operator.
TableFinishOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
TableFinishOperator.TableFinishOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.metadata.
TableHandle
io.prestosql.connector.system.jdbc.
TableJdbcTable
io.prestosql.metadata.
TableLayoutResult
io.prestosql.metadata.
TableMetadata
io.prestosql.metadata.
TableProperties
io.prestosql.metadata.
TableProperties.TablePartitioning
io.prestosql.connector.system.
TablePropertiesSystemTable
io.prestosql.metadata.
TablePropertyManager
io.prestosql.operator.
TableScanOperator
(implements java.io.
Closeable
, io.prestosql.operator.
SourceOperator
)
io.prestosql.operator.
TableScanOperator.TableScanOperatorFactory
(implements io.prestosql.operator.
SourceOperatorFactory
, io.prestosql.operator.
WorkProcessorSourceOperatorFactory
)
io.prestosql.operator.
TableScanWorkProcessorOperator
(implements io.prestosql.operator.
WorkProcessorSourceOperator
)
io.prestosql.connector.system.jdbc.
TableTypeJdbcTable
io.prestosql.sql.planner.plan.
TableWriterNode.WriterTarget
io.prestosql.sql.planner.plan.
TableWriterNode.CreateHandle
io.prestosql.sql.planner.plan.
TableWriterNode.CreateName
io.prestosql.sql.planner.plan.
TableWriterNode.DeleteHandle
io.prestosql.sql.planner.plan.
TableWriterNode.InsertHandle
io.prestosql.sql.planner.plan.
TableWriterNode.InsertReference
io.prestosql.operator.
TableWriterOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
TableWriterOperator.TableWriterInfo
(implements io.prestosql.util.
Mergeable
<T>, io.prestosql.operator.
OperatorInfo
)
io.prestosql.operator.
TableWriterOperator.TableWriterOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.
TaskContext
io.prestosql.cost.
TaskCountEstimator
io.prestosql.execution.executor.
TaskExecutor
io.prestosql.server.
TaskExecutorResource
io.prestosql.execution.executor.
TaskHandle
io.prestosql.execution.
TaskId
io.prestosql.execution.
TaskInfo
io.prestosql.server.remotetask.
TaskInfoFetcher
(implements io.prestosql.server.remotetask.
SimpleHttpResponseCallback
<T>)
io.prestosql.execution.
TaskManagementExecutor
(implements java.lang.
AutoCloseable
)
io.prestosql.execution.
TaskManagerConfig
io.prestosql.operator.
TaskOutputOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
TaskOutputOperator.TaskOutputFactory
(implements io.prestosql.operator.
OutputFactory
)
io.prestosql.operator.
TaskOutputOperator.TaskOutputOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.server.
TaskResource
io.prestosql.execution.
TaskSource
io.prestosql.execution.
TaskStateMachine
io.prestosql.operator.
TaskStats
io.prestosql.execution.
TaskStatus
io.prestosql.connector.system.
TaskSystemTable
(implements io.prestosql.spi.connector.
SystemTable
)
io.prestosql.server.
TaskUpdateRequest
io.prestosql.testing.
TestingAccessControlManager.TestingPrivilege
io.prestosql.testing.
TestingConnectorContext
(implements io.prestosql.spi.connector.
ConnectorContext
)
io.prestosql.testing.
TestingConnectorSession
(implements io.prestosql.spi.connector.
ConnectorSession
)
io.prestosql.testing.
TestingEnvironment
io.prestosql.testing.
TestingHandleResolver
(implements io.prestosql.spi.connector.
ConnectorHandleResolver
)
io.prestosql.testing.
TestingHandles
io.prestosql.testing.
TestingMetadata
(implements io.prestosql.spi.connector.
ConnectorMetadata
)
io.prestosql.testing.
TestingMetadata.TestingColumnHandle
(implements io.prestosql.spi.connector.
ColumnHandle
)
io.prestosql.testing.
TestingMetadata.TestingTableHandle
(implements io.prestosql.spi.connector.
ConnectorTableHandle
)
io.prestosql.testing.
TestingNodeManager
(implements io.prestosql.spi.
NodeManager
)
io.prestosql.testing.
TestingPageSinkProvider
(implements io.prestosql.spi.connector.
ConnectorPageSinkProvider
)
io.prestosql.server.testing.
TestingPrestoServer
(implements java.io.
Closeable
)
io.prestosql.server.testing.
TestingPrestoServer.TestShutdownAction
(implements io.prestosql.server.
ShutdownAction
)
io.prestosql.testing.
TestingSession
io.prestosql.testing.
TestingSplit
(implements io.prestosql.spi.connector.
ConnectorSplit
)
io.prestosql.testing.
TestingSplitManager
(implements io.prestosql.spi.connector.
ConnectorSplitManager
)
io.prestosql.testing.
TestingTaskContext
io.prestosql.testing.
TestingTaskContext.Builder
io.prestosql.testing.
TestingTransactionHandle
(implements io.prestosql.spi.connector.
ConnectorTransactionHandle
)
io.prestosql.testing.
TestingWarningCollector
(implements io.prestosql.execution.warnings.
WarningCollector
)
io.prestosql.testing.
TestingWarningCollectorConfig
io.prestosql.testing.
TestingWarningCollectorFactory
(implements io.prestosql.execution.warnings.
WarningCollectorFactory
)
io.prestosql.testing.
TestingWarningCollectorModule
(implements com.google.inject.Module)
io.prestosql.testing.
TestngUtils
io.prestosql.sql.planner.planprinter.
TextRenderer
(implements io.prestosql.sql.planner.planprinter.
Renderer
<T>)
io.prestosql.server.
ThreadResource
io.prestosql.server.
ThreadResource.Info
io.prestosql.server.
ThreadResource.StackLine
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
io.prestosql.server.security.
AuthenticationException
java.lang.
RuntimeException
io.prestosql.execution.
Failure
io.prestosql.util.
JsonCastException
io.prestosql.spi.
PrestoException
io.prestosql.
ExceededCpuLimitException
io.prestosql.
ExceededMemoryLimitException
io.prestosql.
ExceededSpillLimitException
io.prestosql.metadata.
OperatorNotFoundException
io.prestosql.operator.
PageTooLargeException
io.prestosql.operator.
PageTransportErrorException
io.prestosql.spi.
PrestoTransportException
io.prestosql.operator.
PageTransportTimeoutException
io.prestosql.execution.resourcegroups.
QueryQueueFullException
io.prestosql.sql.analyzer.
SemanticException
io.prestosql.server.
ThrowableMapper
(implements javax.ws.rs.ext.ExceptionMapper<E>)
io.prestosql.type.
TimeOperators
io.prestosql.type.
TimeOperators.TimeDistinctFromOperator
io.prestosql.type.
TimestampOperators
io.prestosql.type.
TimestampOperators.TimestampDistinctFromOperator
io.prestosql.type.
TimestampWithTimeZoneOperators
io.prestosql.type.
TimestampWithTimeZoneOperators.TimestampWithTimeZoneDistinctFromOperator
io.prestosql.type.
TimeWithTimeZoneOperators
io.prestosql.type.
TimeWithTimeZoneOperators.TimeWithTimeZoneDistinctFromOperator
io.prestosql.type.
TinyintOperators
io.prestosql.type.
TinyintOperators.TinyintDistinctFromOperator
io.prestosql.operator.
TopNOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
TopNOperator.TopNOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
, io.prestosql.operator.
WorkProcessorOperatorFactory
)
io.prestosql.operator.
TopNProcessor
io.prestosql.operator.
TopNRowNumberOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
TopNRowNumberOperator.TopNRowNumberOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.
TopNWorkProcessorOperator
(implements io.prestosql.operator.
WorkProcessorOperator
)
io.prestosql.execution.scheduler.
TopologyAwareNodeSelector
(implements io.prestosql.execution.scheduler.
NodeSelector
)
io.prestosql.memory.
TotalReservationLowMemoryKiller
(implements io.prestosql.memory.
LowMemoryKiller
)
io.prestosql.memory.
TotalReservationOnBlockedNodesLowMemoryKiller
(implements io.prestosql.memory.
LowMemoryKiller
)
io.prestosql.transaction.
TransactionBuilder
io.prestosql.transaction.
TransactionId
io.prestosql.transaction.
TransactionInfo
io.prestosql.transaction.
TransactionManagerConfig
io.prestosql.connector.system.
TransactionsSystemTable
(implements io.prestosql.spi.connector.
SystemTable
)
io.prestosql.sql.planner.iterative.rule.
TransformCorrelatedInPredicateToJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
TransformCorrelatedLateralJoinToJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
TransformCorrelatedScalarAggregationToJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
TransformCorrelatedScalarSubquery
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
TransformCorrelatedSingleRowSubqueryToProject
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
TransformExistsApplyToLateralNode
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.optimizations.
TransformQuantifiedComparisonApplyToLateralJoin
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.sql.planner.iterative.rule.
TransformUncorrelatedInPredicateSubqueryToSemiJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.sql.planner.iterative.rule.
TransformUncorrelatedLateralToJoin
(implements io.prestosql.sql.planner.iterative.
Rule
<T>)
io.prestosql.operator.
TransformWork
<I,O> (implements io.prestosql.operator.
Work
<T>)
io.prestosql.memory.
TraversingQueryContextVisitor
<C,R> (implements io.prestosql.memory.
QueryContextVisitor
<C,R>)
io.prestosql.memory.
VoidTraversingQueryContextVisitor
<C>
io.prestosql.operator.aggregation.state.
TriStateBooleanStateSerializer
(implements io.prestosql.spi.function.
AccumulatorStateSerializer
<T>)
io.prestosql.operator.scalar.
TryFunction
io.prestosql.operator.index.
TuplePageFilter
(implements io.prestosql.operator.project.
PageFilter
)
io.prestosql.operator.aggregation.minmaxby.
TwoNullableValueStateMapping
io.prestosql.sql.planner.
TypeAnalyzer
io.prestosql.operator.aggregation.
TypedHeap
io.prestosql.operator.aggregation.
TypedKeyValueHeap
io.prestosql.operator.aggregation.
TypedSet
io.prestosql.operator.annotations.
TypeImplementationDependency
(implements io.prestosql.operator.annotations.
ImplementationDependency
)
io.prestosql.operator.scalar.
TypeOfFunction
io.prestosql.sql.planner.
TypeProvider
io.prestosql.type.
TypeRegistry
(implements io.prestosql.spi.type.
TypeManager
)
io.prestosql.type.
TypeRegistry.TypeCompatibility
io.prestosql.sql.analyzer.
TypeSignatureProvider
io.prestosql.connector.system.jdbc.
TypesJdbcTable
io.prestosql.type.
TypeUtils
io.prestosql.sql.planner.sanity.
TypeValidator
(implements io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
)
io.prestosql.metadata.
TypeVariableConstraint
io.prestosql.connector.system.jdbc.
UdtJdbcTable
io.prestosql.sql.planner.optimizations.
UnaliasSymbolReferences
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.type.
UnknownOperators
io.prestosql.type.
UnknownOperators.UnknownDistinctFromOperator
io.prestosql.operator.index.
UnloadedIndexKeyRecordSet
(implements io.prestosql.spi.connector.
RecordSet
)
io.prestosql.operator.index.
UnloadedIndexKeyRecordSet.UnloadedIndexKeyRecordCursor
(implements io.prestosql.spi.connector.
RecordCursor
)
com.google.common.collect.UnmodifiableIterator<E> (implements java.util.
Iterator
<E>)
com.google.common.collect.AbstractIterator<T>
io.prestosql.operator.scalar.
JsonPathTokenizer
io.prestosql.operator.
UnnestOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
UnnestOperator.UnnestOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.scalar.
UrlFunctions
io.prestosql.execution.
UseTask
(implements io.prestosql.execution.
DataDefinitionTask
<T>)
io.prestosql.type.
UuidOperators
io.prestosql.type.
UuidOperators.UuidDistinctFromOperator
io.prestosql.sql.planner.sanity.
ValidateAggregationsWithDefaultValues
(implements io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
)
io.prestosql.sql.planner.sanity.
ValidateDependenciesChecker
(implements io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
)
io.prestosql.sql.planner.sanity.
ValidateStreamingAggregations
(implements io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
)
io.prestosql.operator.
ValuesOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
ValuesOperator.ValuesOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.cost.
ValuesStatsRule
(implements io.prestosql.cost.
ComposableStatsCalculator.Rule
<T>)
io.prestosql.operator.aggregation.histogram.
ValueStore
io.prestosql.spi.function.
ValueWindowFunction
(implements io.prestosql.spi.function.
WindowFunction
)
io.prestosql.operator.window.
FirstValueFunction
io.prestosql.operator.window.
LagFunction
io.prestosql.operator.window.
LastValueFunction
io.prestosql.operator.window.
LeadFunction
io.prestosql.operator.window.
NthValueFunction
io.prestosql.sql.gen.
VarArgsToArrayAdapterGenerator
io.prestosql.sql.gen.
VarArgsToArrayAdapterGenerator.MethodHandleAndConstructor
io.prestosql.sql.gen.
VarArgsToArrayAdapterGenerator.VarArgsToArrayAdapterState
io.prestosql.sql.gen.
VarArgsToMapAdapterGenerator
io.prestosql.operator.scalar.
VarbinaryFunctions
io.prestosql.type.
VarbinaryOperators
io.prestosql.type.
VarbinaryOperators.VarbinaryDistinctFromOperator
io.prestosql.type.
VarcharOperators
io.prestosql.type.
VarcharOperators.VarcharDistinctFromOperator
io.prestosql.type.
VarcharParametricType
(implements io.prestosql.spi.type.
ParametricType
)
io.prestosql.operator.aggregation.
VarianceAggregation
io.prestosql.sql.planner.sanity.
VerifyNoFilteredAggregations
(implements io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
)
io.prestosql.sql.planner.sanity.
VerifyOnlyOneOutputNode
(implements io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
)
io.prestosql.memory.
VersionedMemoryPoolId
io.prestosql.metadata.
ViewDefinition
io.prestosql.metadata.
ViewDefinition.ViewColumn
io.prestosql.execution.warnings.
WarningCollectorConfig
io.prestosql.execution.warnings.
WarningCollectorModule
(implements com.google.inject.Module)
io.prestosql.server.
WebUiResource
io.prestosql.operator.scalar.
WilsonInterval
io.prestosql.operator.window.
WindowAnnotationsParser
io.prestosql.sql.planner.optimizations.
WindowFilterPushDown
(implements io.prestosql.sql.planner.optimizations.
PlanOptimizer
)
io.prestosql.operator.
WindowFunctionDefinition
io.prestosql.operator.
WindowInfo
(implements io.prestosql.util.
Mergeable
<T>, io.prestosql.operator.
OperatorInfo
)
io.prestosql.operator.
WindowInfo.DriverWindowInfo
io.prestosql.operator.
WindowInfo.IndexInfo
io.prestosql.sql.planner.plan.
WindowNode.Frame
io.prestosql.sql.planner.plan.
WindowNode.Function
io.prestosql.sql.planner.plan.
WindowNode.Specification
io.prestosql.sql.planner.optimizations.
WindowNodeUtil
io.prestosql.operator.
WindowOperator
(implements io.prestosql.operator.
Operator
)
io.prestosql.operator.
WindowOperator.WindowOperatorFactory
(implements io.prestosql.operator.
OperatorFactory
)
io.prestosql.operator.window.
WindowPartition
io.prestosql.operator.scalar.
WordStemFunction
io.prestosql.server.
WorkerModule
(implements com.google.inject.Module)
io.prestosql.server.
WorkerResource
io.prestosql.operator.
WorkProcessor.ProcessState
<T>
io.prestosql.operator.
WorkProcessor.TransformationState
<T>
io.prestosql.operator.
WorkProcessorPipelineSourceOperator
(implements io.prestosql.operator.
SourceOperator
)
io.prestosql.operator.
WorkProcessorPipelineSourceOperator.WorkProcessorPipelineSourceOperatorFactory
(implements io.prestosql.operator.
SourceOperatorFactory
)
io.prestosql.operator.
WorkProcessorUtils
Interface Hierarchy
io.prestosql.security.
AccessControl
io.prestosql.operator.aggregation.
Accumulator
io.prestosql.operator.aggregation.
AccumulatorFactory
io.prestosql.operator.aggregation.
AccumulatorFactoryBinder
io.prestosql.spi.function.
AccumulatorState
io.prestosql.operator.aggregation.arrayagg.
ArrayAggregationState
io.prestosql.operator.aggregation.minmaxby.
BlockAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
BlockBooleanState
io.prestosql.operator.aggregation.minmaxby.
BlockDoubleState
io.prestosql.operator.aggregation.minmaxby.
BlockLongState
io.prestosql.operator.aggregation.state.
BlockPositionState
io.prestosql.operator.aggregation.state.
BlockState
io.prestosql.operator.aggregation.minmaxby.
BooleanAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
BooleanBooleanState
io.prestosql.operator.aggregation.state.
BooleanDistinctState
io.prestosql.operator.aggregation.minmaxby.
BooleanDoubleState
io.prestosql.operator.aggregation.minmaxby.
BooleanLongState
io.prestosql.operator.aggregation.state.
CentralMomentsState
io.prestosql.operator.aggregation.state.
CorrelationState
io.prestosql.operator.aggregation.state.
CovarianceState
io.prestosql.operator.aggregation.state.
CorrelationState
io.prestosql.operator.aggregation.state.
RegressionState
io.prestosql.operator.aggregation.state.
DigestAndPercentileArrayState
io.prestosql.operator.aggregation.state.
DigestAndPercentileState
io.prestosql.operator.aggregation.minmaxby.
DoubleAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
DoubleBooleanState
io.prestosql.operator.aggregation.minmaxby.
DoubleDoubleState
io.prestosql.operator.aggregation.
DoubleHistogramAggregation.State
io.prestosql.operator.aggregation.minmaxby.
DoubleLongState
io.prestosql.operator.aggregation.state.
DoubleState
io.prestosql.operator.aggregation.histogram.
HistogramState
io.prestosql.operator.aggregation.state.
HyperLogLogState
io.prestosql.operator.aggregation.minmaxby.
KeyAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
BlockAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
BooleanAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
DoubleAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
LongAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
SliceAndBlockPositionValueState
io.prestosql.operator.aggregation.state.
KeyValuePairsState
io.prestosql.operator.aggregation.minmaxby.
LongAndBlockPositionValueState
io.prestosql.operator.aggregation.state.
LongAndDoubleState
io.prestosql.operator.aggregation.minmaxby.
LongBooleanState
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowAndLongState
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowState
io.prestosql.operator.aggregation.state.
LongDecimalWithOverflowAndLongState
io.prestosql.operator.aggregation.minmaxby.
LongDoubleState
io.prestosql.operator.aggregation.minmaxby.
LongLongState
io.prestosql.operator.aggregation.state.
LongState
io.prestosql.operator.aggregation.minmaxby.
MinMaxByNState
io.prestosql.operator.aggregation.state.
MinMaxNState
io.prestosql.operator.aggregation.multimapagg.
MultimapAggregationState
io.prestosql.operator.aggregation.state.
NullableBooleanState
io.prestosql.operator.aggregation.state.
NullableDoubleState
io.prestosql.operator.aggregation.state.
NullableLongState
io.prestosql.operator.aggregation.state.
QuantileDigestState
io.prestosql.operator.aggregation.state.
RegressionState
io.prestosql.type.setdigest.
SetDigestState
io.prestosql.operator.aggregation.minmaxby.
SliceAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
SliceBooleanState
io.prestosql.operator.aggregation.minmaxby.
SliceDoubleState
io.prestosql.operator.aggregation.minmaxby.
SliceLongState
io.prestosql.operator.aggregation.state.
SliceState
io.prestosql.operator.aggregation.state.
TriStateBooleanState
io.prestosql.operator.aggregation.minmaxby.
TwoNullableValueState
io.prestosql.operator.aggregation.minmaxby.
BlockAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
BlockBooleanState
io.prestosql.operator.aggregation.minmaxby.
BlockDoubleState
io.prestosql.operator.aggregation.minmaxby.
BlockLongState
io.prestosql.operator.aggregation.minmaxby.
BooleanAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
BooleanBooleanState
io.prestosql.operator.aggregation.minmaxby.
BooleanDoubleState
io.prestosql.operator.aggregation.minmaxby.
BooleanLongState
io.prestosql.operator.aggregation.minmaxby.
DoubleAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
DoubleBooleanState
io.prestosql.operator.aggregation.minmaxby.
DoubleDoubleState
io.prestosql.operator.aggregation.minmaxby.
DoubleLongState
io.prestosql.operator.aggregation.minmaxby.
KeyAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
BlockAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
BooleanAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
DoubleAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
LongAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
SliceAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
LongAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
LongBooleanState
io.prestosql.operator.aggregation.minmaxby.
LongDoubleState
io.prestosql.operator.aggregation.minmaxby.
LongLongState
io.prestosql.operator.aggregation.minmaxby.
SliceAndBlockPositionValueState
io.prestosql.operator.aggregation.minmaxby.
SliceBooleanState
io.prestosql.operator.aggregation.minmaxby.
SliceDoubleState
io.prestosql.operator.aggregation.minmaxby.
SliceLongState
io.prestosql.operator.aggregation.state.
VarianceState
io.prestosql.operator.aggregation.arrayagg.
ArrayAggregationStateConsumer
io.prestosql.server.security.
Authenticator
java.lang.
AutoCloseable
java.io.
Closeable
io.prestosql.operator.index.
IndexedData
io.prestosql.operator.
LookupSource
io.prestosql.spiller.
PartitioningSpiller
io.prestosql.testing.
QueryRunner
io.prestosql.spiller.
SingleStreamSpiller
io.prestosql.operator.
SpillContext
io.prestosql.spiller.
Spiller
io.prestosql.execution.
SplitRunner
io.prestosql.split.
SplitSource
io.prestosql.execution.scheduler.
StageScheduler
io.prestosql.operator.aggregation.builder.
HashAggregationBuilder
io.prestosql.operator.index.
IndexedData
io.prestosql.operator.
LookupSource
io.prestosql.operator.
LookupSourceProvider
io.prestosql.operator.
Operator
io.prestosql.operator.
SourceOperator
io.prestosql.spiller.
PartitioningSpiller
io.prestosql.testing.
QueryRunner
io.prestosql.spiller.
SingleStreamSpiller
io.prestosql.operator.
SourceOperator
io.prestosql.operator.
SpillContext
io.prestosql.spiller.
Spiller
io.prestosql.execution.
SplitRunner
io.prestosql.split.
SplitSource
io.prestosql.execution.scheduler.
StageScheduler
io.prestosql.operator.
WorkProcessorOperator
io.prestosql.operator.
WorkProcessorSourceOperator
io.prestosql.operator.
WorkProcessorSourceOperator
io.prestosql.operator.aggregation.
BlockComparator
io.prestosql.sql.gen.
BodyCompiler
io.prestosql.sql.gen.
BytecodeGenerator
io.prestosql.cost.
ComposableStatsCalculator.Rule
<T>
io.prestosql.spi.connector.
Connector
io.prestosql.transaction.
InternalConnector
io.prestosql.dispatcher.
CoordinatorLocation
io.prestosql.cost.
CostCalculator
io.prestosql.cost.
CostProvider
io.prestosql.operator.project.
CursorProcessor
io.prestosql.execution.
DataDefinitionTask
<T>
io.prestosql.dispatcher.
DispatchQueryFactory
io.prestosql.operator.
ExchangeClientSupplier
io.prestosql.execution.scheduler.
ExecutionPolicy
io.prestosql.execution.scheduler.
ExecutionSchedule
io.prestosql.sql.planner.iterative.rule.
ExpressionRewriteRuleSet.ExpressionRewriter
io.prestosql.failuredetector.
FailureDetector
io.prestosql.execution.scheduler.
FixedCountScheduler.TaskScheduler
io.prestosql.operator.
GroupByHash
io.prestosql.operator.aggregation.
GroupedAccumulator
io.prestosql.operator.
HashGenerator
io.prestosql.operator.aggregation.histogram.
HistogramValueReader
io.prestosql.operator.
HttpPageBufferClient.ClientCallback
io.prestosql.operator.annotations.
ImplementationDependency
io.prestosql.operator.
InternalJoinFilterFunction
io.prestosql.metadata.
InternalNodeManager
io.prestosql.operator.
JoinBridge
io.prestosql.operator.
LookupSourceFactory
io.prestosql.operator.
NestedLoopJoinBridge
io.prestosql.operator.
JoinFilterFunction
io.prestosql.sql.gen.
JoinFilterFunctionCompiler.JoinFilterFunctionFactory
io.prestosql.operator.scalar.
JsonExtract.JsonExtractor
<T>
io.prestosql.util.
JsonUtil.BlockBuilderAppender
io.prestosql.util.
JsonUtil.JsonGeneratorWriter
io.prestosql.util.
JsonUtil.ObjectKeyProvider
io.prestosql.sql.gen.lambda.
LambdaFunctionInterface
io.prestosql.operator.scalar.
ArrayFilterFunction.FilterBlockLambda
io.prestosql.operator.scalar.
ArrayFilterFunction.FilterBooleanLambda
io.prestosql.operator.scalar.
ArrayFilterFunction.FilterDoubleLambda
io.prestosql.operator.scalar.
ArrayFilterFunction.FilterLongLambda
io.prestosql.operator.scalar.
ArrayFilterFunction.FilterSliceLambda
io.prestosql.operator.scalar.
ArrayFilterFunction.FilterVoidLambda
io.prestosql.operator.scalar.
ArraySortComparatorFunction.ComparatorBlockLambda
io.prestosql.operator.scalar.
ArraySortComparatorFunction.ComparatorBooleanLambda
io.prestosql.operator.scalar.
ArraySortComparatorFunction.ComparatorDoubleLambda
io.prestosql.operator.scalar.
ArraySortComparatorFunction.ComparatorLongLambda
io.prestosql.operator.scalar.
ArraySortComparatorFunction.ComparatorSliceLambda
io.prestosql.sql.gen.lambda.
BinaryFunctionInterface
io.prestosql.operator.scalar.
InvokeFunction.InvokeLambda
io.prestosql.operator.scalar.
MapZipWithFunction.MapZipWithLambda
io.prestosql.operator.scalar.
TryFunction.TryBlockLambda
io.prestosql.operator.scalar.
TryFunction.TryBooleanLambda
io.prestosql.operator.scalar.
TryFunction.TryDoubleLambda
io.prestosql.operator.scalar.
TryFunction.TryLongLambda
io.prestosql.operator.scalar.
TryFunction.TrySliceLambda
io.prestosql.sql.gen.lambda.
UnaryFunctionInterface
io.prestosql.operator.aggregation.
LambdaProvider
io.prestosql.execution.scheduler.group.
LifespanScheduler
io.prestosql.operator.exchange.
LocalExchanger
io.prestosql.operator.
LocalPlannerAware
io.prestosql.execution.
LocationFactory
io.prestosql.sql.planner.iterative.
Lookup
io.prestosql.operator.
LookupSourceProvider.LookupSourceLease
io.prestosql.memory.
LowMemoryKiller
io.prestosql.execution.
ManagedQueryExecution
io.prestosql.dispatcher.
DispatchQuery
(also extends io.prestosql.execution.
QueryTracker.TrackedQuery
)
io.prestosql.operator.scalar.
MapGenericEquality.EqualityPredicate
io.prestosql.memory.
MemoryPoolListener
io.prestosql.util.
Mergeable
<T>
io.prestosql.metadata.
Metadata
io.prestosql.operator.aggregation.multimapagg.
MultimapAggregationStateConsumer
io.prestosql.execution.scheduler.
NetworkTopology
io.prestosql.execution.scheduler.
NodeSelector
io.prestosql.operator.
OperatorFactory
io.prestosql.operator.
JoinOperatorFactory
io.prestosql.operator.
SourceOperatorFactory
io.prestosql.operator.
OperatorInfo
io.prestosql.operator.
OuterPositionIterator
io.prestosql.execution.buffer.
OutputBuffer
io.prestosql.operator.
OutputFactory
io.prestosql.operator.project.
PageFilter
io.prestosql.operator.project.
PageProjection
io.prestosql.operator.
PagesHashStrategy
io.prestosql.operator.
PagesIndex.Factory
io.prestosql.operator.
PagesIndexComparator
io.prestosql.split.
PageSinkProvider
io.prestosql.split.
PageSourceProvider
io.prestosql.operator.
PagesSpatialIndex
io.prestosql.operator.
PageWithPositionComparator
io.prestosql.operator.
ParametricImplementation
io.prestosql.operator.
PartitionFunction
io.prestosql.spiller.
PartitioningSpillerFactory
io.prestosql.sql.planner.optimizations.
PlanOptimizer
io.prestosql.sql.planner.sanity.
PlanSanityChecker.Checker
io.prestosql.operator.
PositionLinks
io.prestosql.operator.
PositionLinks.Factory
io.prestosql.operator.
PositionLinks.FactoryBuilder
io.prestosql.memory.
QueryContextVisitor
<C,R>
io.prestosql.execution.
QueryExecution.QueryExecutionFactory
<T>
io.prestosql.execution.
QueryManager
io.prestosql.execution.
QueryPerformanceFetcher
io.prestosql.execution.
QueryTracker.TrackedQuery
io.prestosql.dispatcher.
DispatchQuery
(also extends io.prestosql.execution.
ManagedQueryExecution
)
io.prestosql.execution.
QueryExecution
io.prestosql.execution.
RemoteTask
io.prestosql.execution.
RemoteTaskFactory
io.prestosql.sql.planner.planprinter.
Renderer
<T>
io.prestosql.execution.resourcegroups.
ResourceGroupManager
<C>
io.prestosql.sql.relational.
RowExpressionVisitor
<R,C>
io.prestosql.sql.planner.iterative.
Rule
<T>
io.prestosql.sql.planner.iterative.
Rule.Context
io.prestosql.server.
SessionContext
io.prestosql.server.
SessionSupplier
io.prestosql.server.
ShutdownAction
io.prestosql.server.remotetask.
SimpleHttpResponseCallback
<T>
io.prestosql.spiller.
SingleStreamSpillerFactory
io.prestosql.execution.scheduler.
SourceScheduler
io.prestosql.operator.
SpatialIndexBuilderOperator.SpatialPredicate
io.prestosql.spiller.
SpillerFactory
io.prestosql.execution.scheduler.
SplitPlacementPolicy
io.prestosql.metadata.
SqlFunction
io.prestosql.execution.
StateMachine.StateChangeListener
<T>
io.prestosql.operator.
StatisticsWriterOperator.StatisticsWriter
io.prestosql.cost.
StatsCalculator
io.prestosql.cost.
StatsProvider
java.util.function.
Supplier
<T>
io.prestosql.operator.
LookupSourceSupplier
io.prestosql.sql.planner.
SymbolResolver
io.prestosql.connector.system.
SystemTablesProvider
io.prestosql.operator.
TableFinishOperator.TableFinisher
io.prestosql.execution.
TaskManager
io.prestosql.operator.
TrackingLookupSourceSupplier
io.prestosql.transaction.
TransactionManager
io.prestosql.operator.aggregation.histogram.
TypedHistogram
io.prestosql.operator.
Unnester
io.prestosql.operator.
UpdateMemory
io.prestosql.execution.warnings.
WarningCollector
io.prestosql.execution.warnings.
WarningCollectorFactory
io.prestosql.operator.window.
WindowFunctionSupplier
io.prestosql.operator.
Work
<T>
io.prestosql.operator.
WorkProcessor
<T>
io.prestosql.operator.
WorkProcessor.Process
<T>
io.prestosql.operator.
WorkProcessor.Transformation
<T,R>
io.prestosql.operator.
WorkProcessorOperatorFactory
io.prestosql.operator.
WorkProcessorSourceOperatorFactory
Annotation Type Hierarchy
io.prestosql.transaction.
ForTransactionManager
(implements java.lang.annotation.
Annotation
)
io.prestosql.memory.
ForMemoryManager
(implements java.lang.annotation.
Annotation
)
io.prestosql.util.
PowerOfTwo
(implements java.lang.annotation.
Annotation
)
io.prestosql.cost.
CostCalculator.EstimatedExchanges
(implements java.lang.annotation.
Annotation
)
io.prestosql.annotation.
UsedByGeneratedCode
(implements java.lang.annotation.
Annotation
)
io.prestosql.server.
ForAsyncHttp
(implements java.lang.annotation.
Annotation
)
io.prestosql.server.
ForStatementResource
(implements java.lang.annotation.
Annotation
)
io.prestosql.server.
ForWorkerInfo
(implements java.lang.annotation.
Annotation
)
io.prestosql.type.
Constraint
(implements java.lang.annotation.
Annotation
)
io.prestosql.type.
Constraints
(implements java.lang.annotation.
Annotation
)
io.prestosql.execution.
ForQueryExecution
(implements java.lang.annotation.
Annotation
)
io.prestosql.metadata.
ForNodeManager
(implements java.lang.annotation.
Annotation
)
io.prestosql.operator.
ForScheduler
(implements java.lang.annotation.
Annotation
)
io.prestosql.operator.
ForExchange
(implements java.lang.annotation.
Annotation
)
io.prestosql.operator.aggregation.
NullablePosition
(implements java.lang.annotation.
Annotation
)
io.prestosql.operator.aggregation.state.
InitialDoubleValue
(implements java.lang.annotation.
Annotation
)
io.prestosql.operator.aggregation.state.
InitialLongValue
(implements java.lang.annotation.
Annotation
)
io.prestosql.operator.aggregation.state.
InitialBooleanValue
(implements java.lang.annotation.
Annotation
)
io.prestosql.failuredetector.
ForFailureDetector
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
io.prestosql.server.security.
SecurityConfig.AuthenticationType
io.prestosql.server.security.
KerberosNameType
io.prestosql.testing.
TestingHandle
(implements io.prestosql.spi.connector.
ConnectorInsertTableHandle
, io.prestosql.spi.connector.
ConnectorOutputTableHandle
, io.prestosql.spi.connector.
ConnectorTableLayoutHandle
)
io.prestosql.testing.
TestingAccessControlManager.TestingPrivilegeType
io.prestosql.execution.
StageState
io.prestosql.execution.
QueryState
io.prestosql.execution.
TaskState
io.prestosql.execution.scheduler.
ScheduleResult.BlockedReason
io.prestosql.execution.buffer.
PageCompression
io.prestosql.execution.buffer.
BufferState
io.prestosql.execution.buffer.
OutputBuffers.BufferType
io.prestosql.metadata.
RemoteTransactionHandle
(implements io.prestosql.spi.connector.
ConnectorTransactionHandle
)
io.prestosql.metadata.
NodeState
io.prestosql.metadata.
FunctionKind
io.prestosql.operator.
BlockedReason
io.prestosql.operator.
PipelineExecutionStrategy
io.prestosql.operator.
HashBuilderOperator.State
io.prestosql.operator.
StageExecutionDescriptor.StageExecutionStrategy
io.prestosql.operator.
WorkProcessor.ProcessState.Type
io.prestosql.operator.
LookupJoinOperators.JoinType
io.prestosql.operator.aggregation.
AggregationMetadata.ParameterMetadata.ParameterType
io.prestosql.operator.aggregation.arrayagg.
ArrayAggGroupImplementation
io.prestosql.operator.aggregation.multimapagg.
MultimapAggGroupImplementation
io.prestosql.operator.aggregation.histogram.
HistogramGroupImplementation
io.prestosql.operator.scalar.
ScalarFunctionImplementation.NullConvention
io.prestosql.operator.scalar.
ScalarFunctionImplementation.ArgumentType
io.prestosql.operator.scalar.
ColorFunctions.SystemColor
io.prestosql.failuredetector.
FailureDetector.State
io.prestosql.sql.planner.
SystemPartitioningHandle.SystemPartitionFunction
io.prestosql.sql.planner.
LogicalPlanner.Stage
io.prestosql.sql.planner.plan.
SemiJoinNode.DistributionType
io.prestosql.sql.planner.plan.
AggregationNode.Step
io.prestosql.sql.planner.plan.
LateralJoinNode.Type
io.prestosql.sql.planner.plan.
TopNNode.Step
io.prestosql.sql.planner.plan.
IndexJoinNode.Type
io.prestosql.sql.planner.plan.
ExchangeNode.Type
io.prestosql.sql.planner.plan.
ExchangeNode.Scope
io.prestosql.sql.planner.plan.
JoinNode.DistributionType
io.prestosql.sql.planner.plan.
JoinNode.Type
io.prestosql.sql.planner.plan.
SampleNode.Type
io.prestosql.sql.planner.plan.
SpatialJoinNode.Type
io.prestosql.sql.planner.plan.
SpatialJoinNode.DistributionType
io.prestosql.sql.planner.optimizations.
StreamPropertyDerivations.StreamProperties.StreamDistribution
io.prestosql.sql.analyzer.
RegexLibrary
io.prestosql.sql.analyzer.
FeaturesConfig.JoinReorderingStrategy
io.prestosql.sql.analyzer.
FeaturesConfig.JoinDistributionType
io.prestosql.sql.analyzer.
SemanticErrorCode
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012–2019. All rights reserved.