Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ move_back
Method
move_back
be/src/util/string-util.cc:181–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
void StringStreamPop::move_back() {
182
if (tellp() > 0) {
183
seekp(-1, std::ios_base::cur);
184
}
185
}
186
187
}
Callers
5
workload-management-worker.cc
File · 0.80
_queryStateToSql
Function · 0.80
_dmlPrefix
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64