#include "Core/Column/InvalidColumn.h"
Include dependency graph for RemoveRow.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Column |
Functions | |
template<class C> | |
void | Impala::Core::Column::RemoveRow (C *col, int row, int size) |
void | Impala::Core::Column::RemoveRow (InvalidColumn *col, int row, int size) |
template<class C> | |
void | Impala::Core::Column::RemoveRow (C *col, bool *filter, int size) |
void | Impala::Core::Column::RemoveRow (InvalidColumn *col, bool *filter, int size) |