MCPcopy Create free account
hub / github.com/apache/cloudberry / GetQueryOutputCols

Method GetQueryOutputCols

src/backend/gpopt/translate/CTranslatorQueryToDXL.cpp:579–583  ·  view source on GitHub ↗

--------------------------------------------------------------------------- @function: CTranslatorQueryToDXL::GetQueryOutputCols @doc: Return the list of query output columns ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

577//
578//---------------------------------------------------------------------------
579CDXLNodeArray *
580CTranslatorQueryToDXL::GetQueryOutputCols() const
581{
582 return m_dxl_query_output_cols;
583}
584
585//---------------------------------------------------------------------------
586// @function:

Callers 6

OptimizeTaskMethod · 0.80
TranslateSetOpChildMethod · 0.80
ForEachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected