Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Take
Method
Take
be/src/exec/json/json-parser.h:311–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
char Peek() { return *current_; }
310
311
char Take() { return Eos() ?
'\0'
: *current_++; }
312
313
private:
314
const char* current_ = nullptr;
Callers
12
MoveToNextJson
Method · 0.45
Parse
Method · 0.45
CountJsonObjects
Method · 0.45
SkipNull
Method · 0.45
SkipTrue
Method · 0.45
SkipFalse
Method · 0.45
SkipString
Method · 0.45
SkipNumber
Method · 0.45
SkipObject
Method · 0.45
SkipArray
Method · 0.45
Consume
Method · 0.45
SkipWhitespace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected