Function postgis_diesel::functions_nullable::st_subdivide

source ยท
pub fn st_subdivide<G: GeoType, geometry, max_vertices, grid_size>(
    geometry: geometry,
    max_vertices: max_vertices,
    grid_size: grid_size,
) -> st_subdivide<G, <geometry as AsExpression<Nullable<G>>>::Expression, <max_vertices as AsExpression<Integer>>::Expression, <grid_size as AsExpression<Float8>>::Expression>
where geometry: AsExpression<Nullable<G>>, max_vertices: AsExpression<Integer>, grid_size: AsExpression<Float8>,
Expand description

Divides geometry into parts until a part can be represented using no more than max_vertices.