OmniSciDB
94e8789169
|
#include <QueryFragmentDescriptor.h>
Public Attributes | |
int | table_id |
std::vector< size_t > | fragment_ids |
Definition at line 52 of file QueryFragmentDescriptor.h.
std::vector<size_t> FragmentsPerTable::fragment_ids |
Definition at line 54 of file QueryFragmentDescriptor.h.
Referenced by Executor::executeUpdate(), and operator<<().
int FragmentsPerTable::table_id |
Definition at line 53 of file QueryFragmentDescriptor.h.
Referenced by operator<<().