Uses of Class
io.trino.FeaturesConfig
Packages that use FeaturesConfig
Package
Description
-
Uses of FeaturesConfig in io.trino
Methods in io.trino that return FeaturesConfigModifier and TypeMethodDescriptionFeaturesConfig.setAggregationOperatorUnspillMemoryLimit(io.airlift.units.DataSize aggregationOperatorUnspillMemoryLimit) FeaturesConfig.setExchangeCompressionCodec(CompressionCodec exchangeCompressionCodec) FeaturesConfig.setExchangeCompressionEnabled(boolean exchangeCompressionEnabled) Deprecated.FeaturesConfig.setExchangeDataIntegrityVerification(FeaturesConfig.DataIntegrityVerification exchangeDataIntegrityVerification) FeaturesConfig.setFaultTolerantExecutionExchangeEncryptionEnabled(boolean faultTolerantExecutionExchangeEncryptionEnabled) FeaturesConfig.setFilterAndProjectMinOutputPageRowCount(int filterAndProjectMinOutputPageRowCount) FeaturesConfig.setFilterAndProjectMinOutputPageSize(io.airlift.units.DataSize filterAndProjectMinOutputPageSize) FeaturesConfig.setForceSpillingJoin(boolean forceSpillingJoin) FeaturesConfig.setHideInaccessibleColumns(boolean hideInaccessibleColumns) FeaturesConfig.setIncrementalHashArrayLoadFactorEnabled(boolean incrementalHashArrayLoadFactorEnabled) Deprecated.FeaturesConfig.setLegacyCatalogRoles(boolean legacyCatalogRoles) FeaturesConfig.setMaxGroupingSets(int maxGroupingSets) FeaturesConfig.setMaxMemoryPerPartitionWriter(io.airlift.units.DataSize maxMemoryPerPartitionWriter) FeaturesConfig.setMaxRecursionDepth(int maxRecursionDepth) FeaturesConfig.setMemoryRevokingTarget(double memoryRevokingTarget) FeaturesConfig.setMemoryRevokingThreshold(double memoryRevokingThreshold) FeaturesConfig.setOmitDateTimeTypePrecision(boolean value) FeaturesConfig.setPagesIndexEagerCompactionEnabled(boolean pagesIndexEagerCompactionEnabled) FeaturesConfig.setRe2JDfaRetries(int re2JDfaRetries) FeaturesConfig.setRe2JDfaStatesLimit(int re2JDfaStatesLimit) FeaturesConfig.setRedistributeWrites(boolean redistributeWrites) FeaturesConfig.setRegexLibrary(RegexLibrary regexLibrary) Deprecated.FeaturesConfig.setScaleWriters(boolean scaleWriters) FeaturesConfig.setSpillEnabled(boolean spillEnabled) FeaturesConfig.setSpillerSpillPaths(String spillPaths) FeaturesConfig.setSpillerThreads(int spillerThreads) FeaturesConfig.setSpillMaxUsedSpaceThreshold(double spillMaxUsedSpaceThreshold) FeaturesConfig.setWriterMinSize(io.airlift.units.DataSize writerMinSize) Deprecated.FeaturesConfig.setWriterScalingMinDataProcessed(io.airlift.units.DataSize writerScalingMinDataProcessed) Constructors in io.trino with parameters of type FeaturesConfigModifierConstructorDescriptionSystemSessionProperties(QueryManagerConfig queryManagerConfig, TaskManagerConfig taskManagerConfig, MemoryManagerConfig memoryManagerConfig, FeaturesConfig featuresConfig, OptimizerConfig optimizerConfig, NodeMemoryConfig nodeMemoryConfig, DynamicFilterConfig dynamicFilterConfig, NodeSchedulerConfig nodeSchedulerConfig) -
Uses of FeaturesConfig in io.trino.dispatcher
Constructors in io.trino.dispatcher with parameters of type FeaturesConfigModifierConstructorDescriptionLocalDispatchQueryFactory(QueryManager queryManager, QueryManagerConfig queryManagerConfig, TransactionManager transactionManager, AccessControl accessControl, Metadata metadata, QueryMonitor queryMonitor, LocationFactory locationFactory, Map<Class<? extends Statement>, QueryExecution.QueryExecutionFactory<?>> executionFactories, WarningCollectorFactory warningCollectorFactory, ClusterSizeMonitor clusterSizeMonitor, DispatchExecutor dispatchExecutor, FeaturesConfig featuresConfig, NodeVersion version) -
Uses of FeaturesConfig in io.trino.execution
Constructors in io.trino.execution with parameters of type FeaturesConfigModifierConstructorDescriptionMemoryRevokingScheduler(LocalMemoryManager localMemoryManager, SqlTaskManager sqlTaskManager, TaskManagementExecutor taskManagementExecutor, FeaturesConfig config) -
Uses of FeaturesConfig in io.trino.metadata
Methods in io.trino.metadata with parameters of type FeaturesConfigModifier and TypeMethodDescriptionstatic FunctionBundleSystemFunctionBundle.create(FeaturesConfig featuresConfig, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators, NodeVersion nodeVersion) Constructors in io.trino.metadata with parameters of type FeaturesConfigModifierConstructorDescriptionTypeRegistry(TypeOperators typeOperators, FeaturesConfig featuresConfig) -
Uses of FeaturesConfig in io.trino.operator
Constructors in io.trino.operator with parameters of type FeaturesConfigModifierConstructorDescriptionDefaultFactory(OrderingCompiler orderingCompiler, JoinCompiler joinCompiler, FeaturesConfig featuresConfig, BlockTypeOperators blockTypeOperators) DirectExchangeClientFactory(io.airlift.node.NodeInfo nodeInfo, FeaturesConfig featuresConfig, DirectExchangeClientConfig config, io.airlift.http.client.HttpClient httpClient, ScheduledExecutorService scheduler, ExchangeManagerRegistry exchangeManagerRegistry) -
Uses of FeaturesConfig in io.trino.server
Methods in io.trino.server with parameters of type FeaturesConfigModifier and TypeMethodDescriptionstatic FunctionBundleServerMainModule.systemFunctionBundle(FeaturesConfig featuresConfig, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators, NodeVersion nodeVersion) Constructors in io.trino.server with parameters of type FeaturesConfig -
Uses of FeaturesConfig in io.trino.spiller
Constructors in io.trino.spiller with parameters of type FeaturesConfigModifierConstructorDescriptionFileSingleStreamSpillerFactory(BlockEncodingSerde blockEncodingSerde, SpillerStats spillerStats, FeaturesConfig featuresConfig, NodeSpillConfig nodeSpillConfig)