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)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy
-
-
-
-
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
-
-