pub fn st_point<x, y>(x: x, y: y) -> st_point<x, y>where x: AsExpression<Double>, y: AsExpression<Double>,
Construct a Point geometry from X and Y coordinates.