Module org.elasticsearch.compute
Interface OutputOperator.CollectedPagesProvider
- Enclosing class:
OutputOperator
public static interface OutputOperator.CollectedPagesProvider
Interface for DriverContext implementations that provide a collectedPages list.
This allows OutputOperatorFactory to retrieve collectedPages without creating a circular dependency.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the collectedPages list that should be used by OutputOperator.
-
Method Details
-
collectedPages
Returns the collectedPages list that should be used by OutputOperator.- Returns:
- the collectedPages list
-