MCPcopy Create free account
hub / github.com/apache/impala / Count

Method Count

be/src/exec/json/json-parser.h:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 Status Count(int max_row, int* num_rows) {
336 *num_rows = 0;
337 RETURN_IF_ERROR(parser_.CountJsonObjects(max_row, num_rows));
338 return Status::OK();
339 }
340
341 std::string result() const { return result_.str(); }
342

Callers 1

TEST_PFunction · 0.45

Calls 2

OKFunction · 0.85
CountJsonObjectsMethod · 0.80

Tested by 1

TEST_PFunction · 0.36