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

Method ToString

be/src/kudu/util/interval_tree-test.cc:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 string ToString() const {
94 return strings::Substitute("[$0, $1]($2) ", left, right, id);
95 }
96
97 int left, right, id;
98};

Callers 2

StringifyFunction · 0.45
TEST_FFunction · 0.45

Calls 1

SubstituteFunction · 0.85

Tested by

no test coverage detected