--------------------------------------------------------------------------- @function: CTranslatorQueryToDXL::GetQueryOutputCols @doc: Return the list of query output columns ---------------------------------------------------------------------------
| 577 | // |
| 578 | //--------------------------------------------------------------------------- |
| 579 | CDXLNodeArray * |
| 580 | CTranslatorQueryToDXL::GetQueryOutputCols() const |
| 581 | { |
| 582 | return m_dxl_query_output_cols; |
| 583 | } |
| 584 | |
| 585 | //--------------------------------------------------------------------------- |
| 586 | // @function: |
no outgoing calls
no test coverage detected