ColumnGeoMultiPolygon#
- class rbc.heavydb.ColumnGeoMultiPolygon#
RBC
Column<GeoMultiPolygon>type that corresponds to HeavyDBCOLUMN<MULTIPOLYGON>In HeavyDB, a Column of type
GeoMultiPolygonis represented as follows:{ int8_t* flatbuffer; int64_t size; }
Methods
Return
self[index]Return the total number of points in a Column<T>
Check if element at
indexis null.ColumnGeoMultiPolygon.set_item(index, buf)Set line from a buffer of point coordindates
Set element at
indexto null.Return the length of the Column<T>