pub fn distance_nd_centroids_bbs<T, U>(
    left: T,
    right: U
) -> DistanceNdCentroidsBBs<T, U::Expression>where
    T: Expression,
    <T as Expression>::SqlType: SqlType,
    U: AsExpression<T::SqlType>,
Expand description

The <<->> operator returns the n-D distance between the centroids of A and B bounding boxes.