Package io.trino.type.setdigest
Interface SetDigestState
-
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
SetDigestStateFactory.GroupedSetDigestState,SetDigestStateFactory.SingleSetDigestState
public interface SetDigestState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetDigestgetDigest()voidsetDigest(SetDigest value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
-