Package org.apache.calcite.interpreter
Class AggregateNode.MaxFloat
java.lang.Object
org.apache.calcite.interpreter.AggregateNode.NumericComparison<Float>
org.apache.calcite.interpreter.AggregateNode.MaxFloat
- Enclosing class:
- AggregateNode
Implementation of 
MAX function to calculate the maximum of
 float values as a user-defined aggregate.- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.calcite.interpreter.AggregateNode.NumericComparisonadd, init, merge, result
- 
Constructor Details- 
MaxFloatpublic MaxFloat()
 
-