OmniSciDB
c1a53651b2
|
#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 |
Public Attributes | |
int8_t ** | ptrs_ |
int64_t | num_cols_ |
int64_t | num_rows_ |
Definition at line 1061 of file heavydbTypes.h.
|
inline |
|
inline |
Definition at line 1068 of file heavydbTypes.h.
References ColumnList< T >::num_cols_, ColumnList< T >::num_rows_, ColumnList< T >::ptrs_, and run_benchmark_import::result.
|
inline |
int64_t ColumnList< Array< T > >::num_cols_ |
Definition at line 1063 of file heavydbTypes.h.
int64_t ColumnList< Array< T > >::num_rows_ |
Definition at line 1064 of file heavydbTypes.h.
int8_t** ColumnList< Array< T > >::ptrs_ |
Definition at line 1062 of file heavydbTypes.h.