OmniSciDB
c1a53651b2
|
This is the complete list of members for Array< T >, including all inherited members.
Array(T *ptr, const int64_t size, const bool is_null=false) | Array< T > | inline |
Array() | Array< T > | inline |
Array(const int64_t size, const bool is_null=false) | Array< T > | inline |
getSize() const | Array< T > | inline |
is_null | Array< T > | |
isNull() const | Array< T > | inline |
isNull(const unsigned int index) const | Array< T > | inline |
null_value() const | Array< T > | inline |
operator()(const unsigned int index) const | Array< T > | inline |
operator[](const unsigned int index) | Array< T > | inline |
operator[](const unsigned int index) const | Array< T > | inline |
ptr | Array< T > | |
size | Array< T > |