Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
string TableDescriptor::fully_qualified_name() const {
209
return Substitute(
"$0.$1"
, database_, name_);
210
}
211
212
string TableDescriptor::DebugString() const {
213
vector<string> cols;
Callers
5
ComputeFragmentInstanceKey
Method · 0.80
Prepare
Method · 0.80
Open
Method · 0.80
ProcessFooter
Method · 0.80
Prepare
Method · 0.80
Calls
1
Substitute
Function · 0.85
Tested by
no test coverage detected