Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Eos
Method
Eos
be/src/exec/json/json-parser.h:307–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
SimpleStream(const char* str) : current_(str) { }
306
307
bool Eos() { return *current_ ==
'\0'
; }
308
309
char Peek() { return *current_; }
310
Callers
4
TestSkip
Method · 0.45
MoveToNextJson
Method · 0.45
Parse
Method · 0.45
CountJsonObjects
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestSkip
Method · 0.36