Interface PartitionMemoryEstimatorFactory
- All Known Implementing Classes:
ExponentialGrowthPartitionMemoryEstimator.Factory,NoMemoryAwarePartitionMemoryEstimator.Factory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioncreatePartitionMemoryEstimator(Session session, PlanFragment planFragment, Function<PlanFragmentId, PlanFragment> sourceFragmentLookup)
-
Method Details
-
createPartitionMemoryEstimator
PartitionMemoryEstimator createPartitionMemoryEstimator(Session session, PlanFragment planFragment, Function<PlanFragmentId, PlanFragment> sourceFragmentLookup)
-