Package io.trino.type.setdigest
Class SetDigestStateFactory
- java.lang.Object
-
- io.trino.type.setdigest.SetDigestStateFactory
-
- All Implemented Interfaces:
AccumulatorStateFactory<SetDigestState>
public class SetDigestStateFactory extends Object implements AccumulatorStateFactory<SetDigestState>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetDigestStateFactory.GroupedSetDigestStatestatic classSetDigestStateFactory.SingleSetDigestState
-
Constructor Summary
Constructors Constructor Description SetDigestStateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetDigestStatecreateGroupedState()SetDigestStatecreateSingleState()
-
-
-
Method Detail
-
createSingleState
public SetDigestState createSingleState()
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<SetDigestState>
-
createGroupedState
public SetDigestState createGroupedState()
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<SetDigestState>
-
-