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

Method FuncStrict

src/backend/gpopt/gpdbwrappers.cpp:307–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307bool
308gpdb::FuncStrict(Oid funcid)
309{
310 GP_WRAP_START;
311 {
312 /* catalog tables: pg_proc */
313 return func_strict(funcid);
314 }
315 GP_WRAP_END;
316 return false;
317}
318
319bool
320gpdb::IsFuncNDVPreserving(Oid funcid)

Callers

nothing calls this directly

Calls 1

func_strictFunction · 0.85

Tested by

no test coverage detected