Package org.apache.druid.frame.processor
Interface FrameCombinerFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for creating
FrameCombiner instances. This interface exists because FrameCombiner objects
are stateful (they accumulate values across rows within a group), so each merge operation needs its own instance.-
Method Summary
-
Method Details
-
newCombiner
FrameCombiner newCombiner()
-