OmniSciDB
a5dc49c757
|
#include <heavydbTypes.h>
Additional Inherited Members | |
Public Member Functions inherited from flatbuffer::Column< Geo::Polygon, GeoPolygon > | |
Column (int8_t *flatbuffer, int64_t num_rows) | |
DEVICE bool | isNull (int64_t index) const |
DEVICE int64_t | size () const |
DEVICE void | setNull (int64_t index) |
DEVICE Geo::Polygon | getItem (const int64_t index) const |
DEVICE Geo::Polygon | getItem (const int64_t index, const int64_t extra_numel) const |
DEVICE Geo::Polygon | operator[] (const unsigned int index) const |
DEVICE GeoPolygon | operator() (const unsigned int index) const |
DEVICE void | setItem (int64_t index, const Geo::Polygon &item) |
DEVICE void | setItem (int64_t index, const GeoPolygon &item) |
int64_t | getNofValues () const |
DEVICE void | concatItem (int64_t index, const Geo::Polygon &item) |
DEVICE void | concatItem (int64_t index, const GeoPolygon &item) |
const SQLTypeInfoLite * | getTypeInfo () const |
std::string | toString () const |
Public Attributes inherited from flatbuffer::Column< Geo::Polygon, GeoPolygon > | |
int8_t * | flatbuffer_ |
int64_t | num_rows_ |
Definition at line 2221 of file heavydbTypes.h.