OmniSciDB
a5dc49c757
|
#include <heavydbTypes.h>
Public Member Functions | |
DEVICE int64_t | size () const |
DEVICE int64_t | numCols () const |
DEVICE Column< Array< T > > | operator[] (const int index) const |
std::string | toString () const |
Public Attributes | |
int8_t ** | ptrs_ |
int64_t | num_cols_ |
int64_t | num_rows_ |
Definition at line 2518 of file heavydbTypes.h.
|
inline |
Definition at line 2524 of file heavydbTypes.h.
|
inline |
Definition at line 2525 of file heavydbTypes.h.
References run_benchmark_import::result.
|
inline |
Definition at line 2523 of file heavydbTypes.h.
|
inline |
Definition at line 2534 of file heavydbTypes.h.
References run_benchmark_import::result, to_string(), toString(), and typeName().
int64_t ColumnList< Array< T > >::num_cols_ |
Definition at line 2520 of file heavydbTypes.h.
int64_t ColumnList< Array< T > >::num_rows_ |
Definition at line 2521 of file heavydbTypes.h.
int8_t** ColumnList< Array< T > >::ptrs_ |
Definition at line 2519 of file heavydbTypes.h.