Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Peek
Method
Peek
be/src/exec/json/json-parser.h:309–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
bool Eos() { return *current_ ==
'\0'
; }
308
309
char Peek() { return *current_; }
310
311
char Take() { return Eos() ?
'\0'
: *current_++; }
312
Callers
13
Parse
Method · 0.45
CountJsonObjects
Method · 0.45
SkipNextObject
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
SkipValue
Method · 0.45
Consume
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected