Class LongDecimalWithOverflowStateFactory
- java.lang.Object
-
- io.trino.operator.aggregation.state.LongDecimalWithOverflowStateFactory
-
- All Implemented Interfaces:
AccumulatorStateFactory<LongDecimalWithOverflowState>
public class LongDecimalWithOverflowStateFactory extends Object implements AccumulatorStateFactory<LongDecimalWithOverflowState>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLongDecimalWithOverflowStateFactory.GroupedLongDecimalWithOverflowStatestatic classLongDecimalWithOverflowStateFactory.SingleLongDecimalWithOverflowState
-
Constructor Summary
Constructors Constructor Description LongDecimalWithOverflowStateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongDecimalWithOverflowStatecreateGroupedState()LongDecimalWithOverflowStatecreateSingleState()Class<? extends LongDecimalWithOverflowState>getGroupedStateClass()Class<? extends LongDecimalWithOverflowState>getSingleStateClass()
-
-
-
Method Detail
-
createSingleState
public LongDecimalWithOverflowState createSingleState()
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<LongDecimalWithOverflowState>
-
getSingleStateClass
public Class<? extends LongDecimalWithOverflowState> getSingleStateClass()
- Specified by:
getSingleStateClassin interfaceAccumulatorStateFactory<LongDecimalWithOverflowState>
-
createGroupedState
public LongDecimalWithOverflowState createGroupedState()
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<LongDecimalWithOverflowState>
-
getGroupedStateClass
public Class<? extends LongDecimalWithOverflowState> getGroupedStateClass()
- Specified by:
getGroupedStateClassin interfaceAccumulatorStateFactory<LongDecimalWithOverflowState>
-
-