MCPcopy 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

TestSkipMethod · 0.45
MoveToNextJsonMethod · 0.45
ParseMethod · 0.45
CountJsonObjectsMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestSkipMethod · 0.36