OmniSciDB
a5dc49c757
|
#include <heavydbTypes.h>
Public Member Functions | |
T & | operator[] (const int64_t index) |
DEVICE Array< T > & | operator= (const ::Array< T > &s) |
DEVICE Array< T > & | operator+= (const ::Array< T > &s) |
DEVICE int64_t | getSize () const |
DEVICE T | operator() (const unsigned int index) const |
DEVICE T | operator() (const int64_t index) const |
Public Member Functions inherited from flatbuffer::NestedArray< T > | |
size_t | size () const |
size_t | size (const int64_t index) const |
void | getValuesBuffer (T *&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 |
T & | getValue (const int64_t index) const |
const T | operator[] (const int64_t index) const |
const T | 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< T > &other, bool assign=false) |
NestedArray< T > & | operator= (const NestedArray< T > &other) |
NestedArray< T > & | operator+= (const NestedArray< T > &other) |
const SQLTypeInfoLite * | getTypeInfo () const |
std::string | toString () const |
Additional Inherited Members | |
Public Attributes inherited from flatbuffer::NestedArray< T > | |
int8_t * | flatbuffer_ |
int64_t | index_ [NESTED_ARRAY_NDIM] |
size_t | n_ |
Definition at line 460 of file heavydbTypes.h.
|
inline |
Definition at line 1683 of file heavydbTypes.h.
References flatbuffer::NestedArray< T >::size().
|
inline |
Definition at line 1684 of file heavydbTypes.h.
References flatbuffer::NestedArray< T >::getItem().
|
inline |
Definition at line 1687 of file heavydbTypes.h.
References flatbuffer::NestedArray< T >::getItem().
|
inline |
Definition at line 1676 of file heavydbTypes.h.
References flatbuffer::NestedArray< T >::extend().
|
inline |
Definition at line 1670 of file heavydbTypes.h.
References flatbuffer::NestedArray< T >::extend().
|
inline |
Definition at line 1668 of file heavydbTypes.h.
References flatbuffer::NestedArray< T >::getValue().