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

Function ExplainPropertyBool

src/backend/commands/explain.c:5621–5625  ·  view source on GitHub ↗

* Explain a bool-valued property. */

Source from the content-addressed store, hash-verified

5619 * Explain a bool-valued property.
5620 */
5621void
5622ExplainPropertyBool(const char *qlabel, bool value, ExplainState *es)
5623{
5624 ExplainProperty(qlabel, NULL, value ? "true" : "false", true, es);
5625}
5626
5627/*
5628 * Open a group of related objects.

Callers 2

ExplainPrintJITFunction · 0.85
ExplainNodeFunction · 0.85

Calls 1

ExplainPropertyFunction · 0.85

Tested by

no test coverage detected