pub fn ST_Dimension<G: Into<Geometry>, g>(
g: g,
) -> ST_Dimension<G, <g as AsExpression<G>>::Expression>where
g: AsExpression<G>,Expand description
Represents the MySQL ST_Dimension function.
pub fn ST_Dimension<G: Into<Geometry>, g>(
g: g,
) -> ST_Dimension<G, <g as AsExpression<G>>::Expression>where
g: AsExpression<G>,Represents the MySQL ST_Dimension function.