|
DEVICE Point2D | getPoint (const int64_t index) const |
|
template<typename CT , typename VT > |
FlatBufferManager::Status | toCoordsWorker (std::vector< VT > &result) const |
|
template<typename CT > |
FlatBufferManager::Status | toCoords (std::vector< CT > &result) const |
|
template<typename CT > |
FlatBufferManager::Status | toCoords (std::vector< std::vector< CT >> &result) const |
|
template<typename CT > |
FlatBufferManager::Status | toCoords (std::vector< std::vector< std::vector< CT >>> &result) const |
|
template<typename CT , typename VT > |
FlatBufferManager::Status | fromCoordsWorker (const VT &coords) |
|
template<typename CT > |
FlatBufferManager::Status | fromCoords (const std::vector< CT > &coords) |
|
template<typename CT > |
FlatBufferManager::Status | fromCoords (const std::vector< std::vector< CT >> &coords) |
|
template<typename CT > |
FlatBufferManager::Status | fromCoords (const std::vector< std::vector< std::vector< CT >>> &coords) |
|
size_t | size () const |
|
size_t | size (const int64_t index) const |
|
void | getValuesBuffer (ItemType *&values, int64_t &nof_values, bool &is_null, bool require_1d_item=true) const |
|
void | getRawBuffer (int8_t *&values, int64_t &nof_values, size_t &value_size, bool &is_null, bool require_1d_item=true) const |
|
ItemType & | getValue (const int64_t index) const |
|
const ItemType | operator[] (const int64_t index) const |
|
const ItemType | getItem (const int64_t index) const |
|
bool | isNull () const |
|
bool | isNull (int64_t index) const |
|
DEVICE void | extend (const int8_t *data, const int32_t size, bool assign=false) |
|
void | extend (const NestedArray< ItemType > &other, bool assign=false) |
|
NestedArray< ItemType > & | operator= (const NestedArray< ItemType > &other) |
|
NestedArray< ItemType > & | operator+= (const NestedArray< ItemType > &other) |
|
const SQLTypeInfoLite * | getTypeInfo () const |
|
std::string | toString () const |
|
template<typename ItemType>
struct Geo::GeoNestedArray< ItemType >
Definition at line 1965 of file heavydbTypes.h.