OmniSciDB
a5dc49c757
|
#include <heavydbTypes.h>
Public Member Functions | |
DEVICE Geo::Point2D | getItem (const int64_t index, const int32_t output_srid=0) const |
DEVICE Geo::Point2D | operator[] (const unsigned int index) const |
DEVICE int64_t | size () const |
DEVICE bool | isNull (int64_t index) const |
DEVICE void | setNull (int64_t index) |
DEVICE void | setItem (int64_t index, const Geo::Point2D &other) |
std::string | toString () const |
Public Attributes | |
int8_t * | flatbuffer_ |
int64_t | num_rows_ |
Definition at line 2232 of file heavydbTypes.h.
|
inline |
Definition at line 2237 of file heavydbTypes.h.
References Geo::get_input_srid(), Geo::get_is_geoint(), Geo::get_output_srid(), Geo::get_point(), is_null(), and toString().
Referenced by ColumnGeoPoint_getItem().
Definition at line 2274 of file heavydbTypes.h.
References is_null(), and toString().
Referenced by ColumnGeoPoint_isNull(), ct_coords__cpu_(), and ct_shift__cpu_().
|
inline |
Definition at line 2264 of file heavydbTypes.h.
|
inline |
Definition at line 2296 of file heavydbTypes.h.
References Geospatial::compress_latitude_coord_geoint32(), Geospatial::compress_longitude_coord_geoint32(), run_benchmark_import::dest, toString(), Geo::Point2D::x, and Geo::Point2D::y.
Referenced by ColumnGeoPoint_setItem(), and ct_shift__cpu_().
Definition at line 2286 of file heavydbTypes.h.
References FlatBufferManager::setNull(), and toString().
Referenced by ColumnGeoPoint_setNull(), and ct_shift__cpu_().
Definition at line 2270 of file heavydbTypes.h.
Referenced by ct_coords__cpu_(), and ct_shift__cpu_().
Definition at line 2325 of file heavydbTypes.h.
References to_string(), and typeName().
Definition at line 2233 of file heavydbTypes.h.
Definition at line 2235 of file heavydbTypes.h.