Class ConvexHullAggregation
java.lang.Object
io.trino.plugin.geospatial.aggregation.ConvexHullAggregation
Aggregate form of ST_ConvexHull, which takes a set of geometries and computes the convex hull
of all the geometries in the set. The output is a single geometry.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(GeometryState state, GeometryState otherState) static voidinput(GeometryState state, io.airlift.slice.Slice input) static voidoutput(GeometryState state, BlockBuilder out)
-
Method Details
-
input
-
combine
-
output
-