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

Method get

src/include/gpopt/utils/RelationWrapper.h:76–80  ·  view source on GitHub ↗

get the raw pointer, behaves like std::unique_ptr::get()

Source from the content-addressed store, hash-verified

74
75 // get the raw pointer, behaves like std::unique_ptr::get()
76 Relation
77 get() const
78 {
79 return m_relation;
80 }
81
82 /// Explicitly close the underlying relation early. This is not usually
83 /// necessary unless there is significant amount of time between the point

Callers 15

ForEachFunction · 0.45
RetrieveExtStatsInfoMethod · 0.45
RetrieveRelMethod · 0.45
RetrieveIndexMethod · 0.45
RetrieveRelStatsMethod · 0.45
RetrieveColStatsMethod · 0.45
llvm_inlineFunction · 0.45
load_module_cachedFunction · 0.45
llvm_load_summaryFunction · 0.45

Calls

no outgoing calls

Tested by 3

PxmlreaderMethod · 0.36
__init__Method · 0.36
__init__Method · 0.36