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

Function ExplainPropertyText

src/backend/commands/explain.c:5571–5575  ·  view source on GitHub ↗

* Explain a string-valued property. */

Source from the content-addressed store, hash-verified

5569 * Explain a string-valued property.
5570 */
5571void
5572ExplainPropertyText(const char *qlabel, const char *value, ExplainState *es)
5573{
5574 ExplainProperty(qlabel, NULL, value, false, es);
5575}
5576
5577/*
5578 * Explain an integer-valued property.

Callers 15

fileExplainForeignScanFunction · 0.85
ExplainPrintSettingsFunction · 0.85
ExplainPrintSliceTableFunction · 0.85
ExplainQueryTextFunction · 0.85
report_triggersFunction · 0.85
show_dispatch_infoFunction · 0.85
ExplainNodeFunction · 0.85
show_expressionFunction · 0.85
show_aggref_infoFunction · 0.85

Calls 1

ExplainPropertyFunction · 0.85

Tested by

no test coverage detected