OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TableFunctions_Namespace::MaskedData< T > Struct Template Reference

#include <NullRowsRemoval.h>

Public Attributes

std::vector< T * > data
 
int32_t unmasked_num_rows
 
int32_t masked_num_rows
 
std::vector< int32_t > index_map
 
std::vector< int32_t > reverse_index_map
 
std::vector< std::vector< T > > data_allocations
 

Detailed Description

template<typename T>
struct TableFunctions_Namespace::MaskedData< T >

Definition at line 28 of file NullRowsRemoval.h.

Member Data Documentation

template<typename T>
std::vector<T*> TableFunctions_Namespace::MaskedData< T >::data

Definition at line 29 of file NullRowsRemoval.h.

template<typename T>
std::vector<std::vector<T> > TableFunctions_Namespace::MaskedData< T >::data_allocations

Definition at line 35 of file NullRowsRemoval.h.

template<typename T>
std::vector<int32_t> TableFunctions_Namespace::MaskedData< T >::index_map

Definition at line 32 of file NullRowsRemoval.h.

Referenced by TableFunctions_Namespace::remove_null_rows().

template<typename T>
int32_t TableFunctions_Namespace::MaskedData< T >::masked_num_rows

Definition at line 31 of file NullRowsRemoval.h.

template<typename T>
std::vector<int32_t> TableFunctions_Namespace::MaskedData< T >::reverse_index_map

Definition at line 33 of file NullRowsRemoval.h.

Referenced by TableFunctions_Namespace::remove_null_rows().

template<typename T>
int32_t TableFunctions_Namespace::MaskedData< T >::unmasked_num_rows

Definition at line 30 of file NullRowsRemoval.h.

Referenced by TableFunctions_Namespace::remove_null_rows().


The documentation for this struct was generated from the following file: