Package io.trino.type.setdigest
Class SetDigestStateFactory.SingleSetDigestState
- java.lang.Object
-
- io.trino.type.setdigest.SetDigestStateFactory.SingleSetDigestState
-
- All Implemented Interfaces:
AccumulatorState,SetDigestState
- Enclosing class:
- SetDigestStateFactory
public static class SetDigestStateFactory.SingleSetDigestState extends Object implements SetDigestState
-
-
Constructor Summary
Constructors Constructor Description SingleSetDigestState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetDigestgetDigest()longgetEstimatedSize()voidsetDigest(SetDigest value)
-
-
-
Method Detail
-
getDigest
public SetDigest getDigest()
- Specified by:
getDigestin interfaceSetDigestState
-
setDigest
public void setDigest(SetDigest value)
- Specified by:
setDigestin interfaceSetDigestState
-
getEstimatedSize
public long getEstimatedSize()
- Specified by:
getEstimatedSizein interfaceAccumulatorState
-
-