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()Class<? extends SetDigestState>getGroupedStateClass()Class<? extends SetDigestState>getSingleStateClass()
-
-
-
Method Detail
-
createSingleState
public SetDigestState createSingleState()
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<SetDigestState>
-
getSingleStateClass
public Class<? extends SetDigestState> getSingleStateClass()
- Specified by:
getSingleStateClassin interfaceAccumulatorStateFactory<SetDigestState>
-
createGroupedState
public SetDigestState createGroupedState()
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<SetDigestState>
-
getGroupedStateClass
public Class<? extends SetDigestState> getGroupedStateClass()
- Specified by:
getGroupedStateClassin interfaceAccumulatorStateFactory<SetDigestState>
-
-