Class ConvexHullAggregation

java.lang.Object
io.trino.plugin.geospatial.aggregation.ConvexHullAggregation

public final class ConvexHullAggregation extends Object
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.