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 -
Method Summary
Modifier and TypeMethodDescriptionlongvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.spi.function.AccumulatorState
copy
-
Constructor Details
-
SingleSetDigestState
public SingleSetDigestState()
-
-
Method Details
-
getDigest
- Specified by:
getDigestin interfaceSetDigestState
-
setDigest
- Specified by:
setDigestin interfaceSetDigestState
-
getEstimatedSize
public long getEstimatedSize()- Specified by:
getEstimatedSizein interfaceAccumulatorState
-