MCPcopy Create free account
hub / github.com/apache/impala / fully_qualified_name

Method fully_qualified_name

be/src/runtime/descriptors.cc:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208string TableDescriptor::fully_qualified_name() const {
209 return Substitute("$0.$1", database_, name_);
210}
211
212string TableDescriptor::DebugString() const {
213 vector<string> cols;

Callers 5

PrepareMethod · 0.80
OpenMethod · 0.80
ProcessFooterMethod · 0.80
PrepareMethod · 0.80

Calls 1

SubstituteFunction · 0.85

Tested by

no test coverage detected