Uses of Class
io.prestosql.sql.analyzer.FeaturesConfig
-
-
Uses of FeaturesConfig in io.prestosql
Constructors in io.prestosql with parameters of type FeaturesConfig Constructor Description SystemSessionProperties(QueryManagerConfig queryManagerConfig, TaskManagerConfig taskManagerConfig, MemoryManagerConfig memoryManagerConfig, FeaturesConfig featuresConfig, NodeMemoryConfig nodeMemoryConfig, DynamicFilterConfig dynamicFilterConfig) -
Uses of FeaturesConfig in io.prestosql.cost
Constructors in io.prestosql.cost with parameters of type FeaturesConfig Constructor Description CostComparator(FeaturesConfig featuresConfig) -
Uses of FeaturesConfig in io.prestosql.execution
Constructors in io.prestosql.execution with parameters of type FeaturesConfig Constructor Description MemoryRevokingScheduler(LocalMemoryManager localMemoryManager, SqlTaskManager sqlTaskManager, TaskManagementExecutor taskManagementExecutor, FeaturesConfig config) -
Uses of FeaturesConfig in io.prestosql.metadata
Methods in io.prestosql.metadata with parameters of type FeaturesConfig Modifier and Type Method Description static MetadataManagerMetadataManager. createTestMetadataManager(CatalogManager catalogManager, FeaturesConfig featuresConfig)static MetadataManagerMetadataManager. createTestMetadataManager(FeaturesConfig featuresConfig)static MetadataManagerMetadataManager. createTestMetadataManager(TransactionManager transactionManager, FeaturesConfig featuresConfig)Constructors in io.prestosql.metadata with parameters of type FeaturesConfig Constructor Description FunctionRegistry(Supplier<BlockEncodingSerde> blockEncodingSerdeSupplier, FeaturesConfig featuresConfig, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators)MetadataManager(FeaturesConfig featuresConfig, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, TablePropertyManager tablePropertyManager, ColumnPropertyManager columnPropertyManager, AnalyzePropertyManager analyzePropertyManager, TransactionManager transactionManager, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators) -
Uses of FeaturesConfig in io.prestosql.operator
Constructors in io.prestosql.operator with parameters of type FeaturesConfig Constructor Description DefaultFactory(OrderingCompiler orderingCompiler, JoinCompiler joinCompiler, FeaturesConfig featuresConfig, BlockTypeOperators blockTypeOperators)ExchangeClientFactory(io.airlift.node.NodeInfo nodeInfo, FeaturesConfig featuresConfig, ExchangeClientConfig config, io.airlift.http.client.HttpClient httpClient, ScheduledExecutorService scheduler) -
Uses of FeaturesConfig in io.prestosql.server
Constructors in io.prestosql.server with parameters of type FeaturesConfig Constructor Description PagesResponseWriter(FeaturesConfig featuresConfig) -
Uses of FeaturesConfig in io.prestosql.spiller
Constructors in io.prestosql.spiller with parameters of type FeaturesConfig Constructor Description FileSingleStreamSpillerFactory(Metadata metadata, SpillerStats spillerStats, FeaturesConfig featuresConfig, NodeSpillConfig nodeSpillConfig) -
Uses of FeaturesConfig in io.prestosql.sql.analyzer
Methods in io.prestosql.sql.analyzer that return FeaturesConfig Modifier and Type Method Description FeaturesConfigFeaturesConfig. setAggregationOperatorUnspillMemoryLimit(io.airlift.units.DataSize aggregationOperatorUnspillMemoryLimit)FeaturesConfigFeaturesConfig. setCollectPlanStatisticsForAllQueries(boolean collectPlanStatisticsForAllQueries)FeaturesConfigFeaturesConfig. setColocatedJoinsEnabled(boolean colocatedJoinsEnabled)FeaturesConfigFeaturesConfig. setConcurrentLifespansPerTask(int concurrentLifespansPerTask)FeaturesConfigFeaturesConfig. setCpuCostWeight(double cpuCostWeight)FeaturesConfigFeaturesConfig. setDefaultFilterFactorEnabled(boolean defaultFilterFactorEnabled)FeaturesConfigFeaturesConfig. setDictionaryAggregation(boolean dictionaryAggregation)FeaturesConfigFeaturesConfig. setDistributedIndexJoinsEnabled(boolean distributedIndexJoinsEnabled)FeaturesConfigFeaturesConfig. setDistributedSortEnabled(boolean enabled)FeaturesConfigFeaturesConfig. setDynamicScheduleForGroupedExecutionEnabled(boolean dynamicScheduleForGroupedExecution)FeaturesConfigFeaturesConfig. setEnableForcedExchangeBelowGroupId(boolean enableForcedExchangeBelowGroupId)FeaturesConfigFeaturesConfig. setEnableIntermediateAggregations(boolean enableIntermediateAggregations)FeaturesConfigFeaturesConfig. setEnableStatsCalculator(boolean enableStatsCalculator)FeaturesConfigFeaturesConfig. setExchangeCompressionEnabled(boolean exchangeCompressionEnabled)FeaturesConfigFeaturesConfig. setExchangeDataIntegrityVerification(FeaturesConfig.DataIntegrityVerification exchangeDataIntegrityVerification)FeaturesConfigFeaturesConfig. setFilterAndProjectMinOutputPageRowCount(int filterAndProjectMinOutputPageRowCount)FeaturesConfigFeaturesConfig. setFilterAndProjectMinOutputPageSize(io.airlift.units.DataSize filterAndProjectMinOutputPageSize)FeaturesConfigFeaturesConfig. setForceSingleNodeOutput(boolean value)FeaturesConfigFeaturesConfig. setGroupedExecutionEnabled(boolean groupedExecutionEnabled)FeaturesConfigFeaturesConfig. setIgnoreDownstreamPreferences(boolean ignoreDownstreamPreferences)FeaturesConfigFeaturesConfig. setIgnoreStatsCalculatorFailures(boolean ignoreStatsCalculatorFailures)FeaturesConfigFeaturesConfig. setIterativeOptimizerTimeout(io.airlift.units.Duration timeout)FeaturesConfigFeaturesConfig. setIterativeRuleBasedColumnPruning(boolean iterativeRuleBasedColumnPruning)FeaturesConfigFeaturesConfig. setJoinDistributionType(FeaturesConfig.JoinDistributionType joinDistributionType)FeaturesConfigFeaturesConfig. setJoinMaxBroadcastTableSize(io.airlift.units.DataSize joinMaxBroadcastTableSize)FeaturesConfigFeaturesConfig. setJoinReorderingStrategy(FeaturesConfig.JoinReorderingStrategy joinReorderingStrategy)FeaturesConfigFeaturesConfig. setLateMaterializationEnabled(boolean lateMaterializationEnabled)FeaturesConfigFeaturesConfig. setMaxGroupingSets(int maxGroupingSets)FeaturesConfigFeaturesConfig. setMaxRecursionDepth(int maxRecursionDepth)FeaturesConfigFeaturesConfig. setMaxReorderedJoins(int maxReorderedJoins)FeaturesConfigFeaturesConfig. setMemoryCostWeight(double memoryCostWeight)FeaturesConfigFeaturesConfig. setMemoryRevokingTarget(double memoryRevokingTarget)FeaturesConfigFeaturesConfig. setMemoryRevokingThreshold(double memoryRevokingThreshold)FeaturesConfigFeaturesConfig. setNetworkCostWeight(double networkCostWeight)FeaturesConfigFeaturesConfig. setOmitDateTimeTypePrecision(boolean value)FeaturesConfigFeaturesConfig. setOptimizeHashGeneration(boolean optimizeHashGeneration)FeaturesConfigFeaturesConfig. setOptimizeMetadataQueries(boolean optimizeMetadataQueries)FeaturesConfigFeaturesConfig. setOptimizeMixedDistinctAggregations(boolean value)FeaturesConfigFeaturesConfig. setOptimizeTopNRowNumber(boolean optimizeTopNRowNumber)FeaturesConfigFeaturesConfig. setPagesIndexEagerCompactionEnabled(boolean pagesIndexEagerCompactionEnabled)FeaturesConfigFeaturesConfig. setParseDecimalLiteralsAsDouble(boolean parseDecimalLiteralsAsDouble)FeaturesConfigFeaturesConfig. setPredicatePushdownUseTableProperties(boolean predicatePushdownUseTableProperties)FeaturesConfigFeaturesConfig. setPreferPartialAggregation(boolean value)FeaturesConfigFeaturesConfig. setPushAggregationThroughOuterJoin(boolean pushAggregationThroughOuterJoin)FeaturesConfigFeaturesConfig. setPushPartialAggregationThoughJoin(boolean pushPartialAggregationThoughJoin)FeaturesConfigFeaturesConfig. setPushTableWriteThroughUnion(boolean pushTableWriteThroughUnion)FeaturesConfigFeaturesConfig. setRe2JDfaRetries(int re2JDfaRetries)FeaturesConfigFeaturesConfig. setRe2JDfaStatesLimit(int re2JDfaStatesLimit)FeaturesConfigFeaturesConfig. setRedistributeWrites(boolean redistributeWrites)FeaturesConfigFeaturesConfig. setRegexLibrary(RegexLibrary regexLibrary)FeaturesConfigFeaturesConfig. setRewriteFilteringSemiJoinToInnerJoin(boolean rewriteFilteringSemiJoinToInnerJoin)FeaturesConfigFeaturesConfig. setScaleWriters(boolean scaleWriters)FeaturesConfigFeaturesConfig. setSkipRedundantSort(boolean value)FeaturesConfigFeaturesConfig. setSpatialJoinsEnabled(boolean spatialJoinsEnabled)FeaturesConfigFeaturesConfig. setSpillEnabled(boolean spillEnabled)FeaturesConfigFeaturesConfig. setSpillerSpillPaths(String spillPaths)FeaturesConfigFeaturesConfig. setSpillerThreads(int spillerThreads)FeaturesConfigFeaturesConfig. setSpillMaxUsedSpaceThreshold(double spillMaxUsedSpaceThreshold)FeaturesConfigFeaturesConfig. setSpillOrderBy(boolean spillOrderBy)FeaturesConfigFeaturesConfig. setSpillWindowOperator(boolean spillWindowOperator)FeaturesConfigFeaturesConfig. setUnwrapCasts(boolean unwrapCasts)FeaturesConfigFeaturesConfig. setUseMarkDistinct(boolean value)FeaturesConfigFeaturesConfig. setUsePreferredWritePartitioning(boolean usePreferredWritePartitioning)FeaturesConfigFeaturesConfig. setWriterMinSize(io.airlift.units.DataSize writerMinSize) -
Uses of FeaturesConfig in io.prestosql.testing
Methods in io.prestosql.testing with parameters of type FeaturesConfig Modifier and Type Method Description LocalQueryRunner.BuilderLocalQueryRunner.Builder. withFeaturesConfig(FeaturesConfig featuresConfig)
-