GeoMultiPoint#
- class rbc.heavydb.GeoMultiPoint#
RBC
GeoMultiPoint
type that corresponds to HeavyDB typeMULTIPOINT
.Struct MultiPoint { int8_t* flatbuffer_; int64_t index_[4]; int64_t n_; }
Methods
GeoMultiPoint.from_coords
(coords)GeoMultiPoint.get_item
(index)Return the
POINT
at the given indexReturn wether the Geo type is
NULL