OmniSciDB
a5dc49c757
|
#include <heavydbTypes.h>
Public Member Functions | |
DEVICE | ColumnList (int8_t **ptrs, const int64_t num_cols, const int64_t num_rows) |
DEVICE int64_t | size () const |
DEVICE int64_t | numCols () const |
DEVICE Column< 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 2484 of file heavydbTypes.h.
|
inline |
Definition at line 2489 of file heavydbTypes.h.
|
inline |
Definition at line 2493 of file heavydbTypes.h.
Referenced by CategoricalFeaturesBuilder< T >::CategoricalFeaturesBuilder(), column_list_first_last(), column_list_row_sum__cpu_(), column_list_safe_row_sum__cpu_template(), ct_overload_column_list_test2__cpu_template(), ct_overload_column_list_test__cpu_template(), ct_test_calcite_casting_columnlist__template_cpu_(), ct_test_preflight_multicursor_qe227__cpu_(), ct_test_preflight_singlecursor_qe227__cpu_(), decision_tree_reg_impl(), RasterFormat_Namespace::format_raster_data(), gbt_reg_fit_impl(), GeoRaster< T, Z >::GeoRaster(), linear_reg_fit_impl(), make_features_from_columns(), ml_reg_predict__cpu_template(), ml_reg_predict_impl(), pca_fit_impl(), r2_score__cpu_template(), random_forest_reg_fit_impl(), row_copier_columnlist__cpu__(), TableFunctions_Namespace::strip_column_metadata(), tf_geo_multi_rasterize__cpu_template(), and tf_test_torch_regression().
|
inline |
|
inline |
Definition at line 2492 of file heavydbTypes.h.
Referenced by make_features_from_columns(), pca_fit_impl(), row_copier_columnlist__cpu__(), and TableFunctions_Namespace::strip_column_metadata().
|
inline |
Definition at line 2503 of file heavydbTypes.h.
References run_benchmark_import::result, to_string(), toString(), and typeName().
int64_t ColumnList< T >::num_cols_ |
Definition at line 2486 of file heavydbTypes.h.
int64_t ColumnList< T >::num_rows_ |
Definition at line 2487 of file heavydbTypes.h.
int8_t** ColumnList< T >::ptrs_ |
Definition at line 2485 of file heavydbTypes.h.
Referenced by CategoricalFeaturesBuilder< T >::CategoricalFeaturesBuilder(), and TableFunctions_Namespace::strip_column_metadata().