Uses of Interface
io.trino.plugin.geospatial.SpatialPartitioningState
Packages that use SpatialPartitioningState
-
Uses of SpatialPartitioningState in io.trino.plugin.geospatial
Classes in io.trino.plugin.geospatial that implement SpatialPartitioningStateModifier and TypeClassDescriptionstatic final classstatic final classClasses in io.trino.plugin.geospatial that implement interfaces with type arguments of type SpatialPartitioningStateModifier and TypeClassDescriptionclassclassMethods in io.trino.plugin.geospatial that return SpatialPartitioningStateModifier and TypeMethodDescriptionSpatialPartitioningStateFactory.createGroupedState()SpatialPartitioningStateFactory.createSingleState()Methods in io.trino.plugin.geospatial with parameters of type SpatialPartitioningStateModifier and TypeMethodDescriptionvoidSpatialPartitioningStateSerializer.deserialize(Block block, int index, SpatialPartitioningState state) static voidSpatialPartitioningAggregateFunction.input(SpatialPartitioningState state, io.airlift.slice.Slice slice) static voidSpatialPartitioningInternalAggregateFunction.input(SpatialPartitioningState state, io.airlift.slice.Slice slice, long partitionCount) static voidSpatialPartitioningAggregateFunction.output(SpatialPartitioningState state, BlockBuilder out) static voidSpatialPartitioningInternalAggregateFunction.output(SpatialPartitioningState state, BlockBuilder out) voidSpatialPartitioningStateSerializer.serialize(SpatialPartitioningState state, BlockBuilder out)