OmniSciDB
1dac507f6e
|
#include <AggregatedResult.h>
Public Attributes | |
std::shared_ptr< ResultSet > | rs |
const std::vector< TargetMetaInfo > | targets_meta |
Definition at line 32 of file AggregatedResult.h.
std::shared_ptr<ResultSet> AggregatedResult::rs |
Definition at line 33 of file AggregatedResult.h.
Referenced by Parser::InsertIntoTableAsSelectStmt::populateData().
const std::vector<TargetMetaInfo> AggregatedResult::targets_meta |
Definition at line 34 of file AggregatedResult.h.
Referenced by Parser::InsertIntoTableAsSelectStmt::LocalConnector::getColumnDescriptors(), and Parser::InsertIntoTableAsSelectStmt::populateData().