23 namespace TableFunctions_Namespace {
63 const std::vector<int32_t>& reverse_index_map,
65 const int64_t num_unmasked_rows,
std::vector< std::vector< T > > data_allocations
MaskedData< T > denull_data(const ColumnList< T > &features)
std::vector< int32_t > reverse_index_map
InputData< T > get_input_ptrs(const ColumnList< T > &input_features)
int32_t unmasked_num_rows
void unmask_data(const T *masked_input, const std::vector< int32_t > &reverse_index_map, T *unmasked_output, const int64_t num_unmasked_rows, const T null_val)
constexpr int32_t NULL_ROW_IDX
MaskedData< T > remove_null_rows(const InputData< T > &input_data)
InputData< T > strip_column_metadata(const ColumnList< T > &input_features)
std::vector< int32_t > index_map