Uses of Interface
io.trino.plugin.iceberg.aggregation.DataSketchState
Packages that use DataSketchState
-
Uses of DataSketchState in io.trino.plugin.iceberg.aggregation
Methods in io.trino.plugin.iceberg.aggregation with parameters of type DataSketchStateModifier and TypeMethodDescriptionstatic voidIcebergThetaSketchForStats.combine(DataSketchState state, DataSketchState otherState) voidDataSketchStateSerializer.deserialize(Block block, int index, DataSketchState state) static voidIcebergThetaSketchForStats.input(Type type, DataSketchState state, Block block, int index) static voidIcebergThetaSketchForStats.output(DataSketchState state, BlockBuilder out) voidDataSketchStateSerializer.serialize(DataSketchState state, BlockBuilder out) static voidDataSketchStateSerializer.serializeToVarbinary(DataSketchState state, BlockBuilder out)