MCPcopy 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
313private:
314 const char* current_ = nullptr;

Callers 12

MoveToNextJsonMethod · 0.45
ParseMethod · 0.45
CountJsonObjectsMethod · 0.45
SkipNullMethod · 0.45
SkipTrueMethod · 0.45
SkipFalseMethod · 0.45
SkipStringMethod · 0.45
SkipNumberMethod · 0.45
SkipObjectMethod · 0.45
SkipArrayMethod · 0.45
ConsumeMethod · 0.45
SkipWhitespaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected