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

Method AppendFormat

src/backend/gporca/libgpos/src/string/CStringStatic.cpp:138–150  ·  view source on GitHub ↗

--------------------------------------------------------------------------- @function: CStringStatic::AppendFormat @doc: Appends a formatted string ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

136//
137//---------------------------------------------------------------------------
138void
139CStringStatic::AppendFormat(const CHAR *format, ...)
140{
141 VA_LIST va_args;
142
143 // get arguments
144 VA_START(va_args, format);
145
146 AppendFormatVA(format, va_args);
147
148 // reset arguments
149 VA_END(va_args);
150}
151
152
153//---------------------------------------------------------------------------

Callers 15

GetPlanHintsMethod · 0.45
GetSubplanAliasMethod · 0.45
SerializeJoinOrderHintFunction · 0.45
GenerateFileNameMethod · 0.45
PcrCreateMethod · 0.45
GetPropertiesMethod · 0.45
SerializeSysidMethod · 0.45
SerializeEntryHeaderMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
EresTranslateMethod · 0.45

Calls

no outgoing calls