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

Method FetchResult

be/src/testutil/impalad-query-executor.cc:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99Status ImpaladQueryExecutor::FetchResult(RowBatch** batch) {
100 return Status::OK();
101}
102
103Status ImpaladQueryExecutor::FetchResult(string* row) {
104 // If we have not fetched any data, or we've returned all the data, fetch more rows

Callers 3

GetValueMethod · 0.45
TestErrorStringMethod · 0.45
TEST_PFunction · 0.45

Calls 6

OKFunction · 0.85
ifaceMethod · 0.80
StatusClass · 0.50
sizeMethod · 0.45
fetchMethod · 0.45
strMethod · 0.45

Tested by 3

GetValueMethod · 0.36
TestErrorStringMethod · 0.36
TEST_PFunction · 0.36