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

Method result_metadata

be/src/service/client-request-state.h:290–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 bool fetched_rows() const { return fetched_rows_; }
289 bool returns_result_set() const { return !result_metadata_.columns.empty(); }
290 const TResultSetMetadata* result_metadata() const { return &result_metadata_; }
291 const TUniqueId& query_id() const { return query_ctx_.query_id; }
292
293 /// Return values from counters. See explanation on declaration of

Callers 6

FetchInternalMethod · 0.45
SetupResultsCacheingMethod · 0.45
GetResultSetMetadataMethod · 0.45
FetchAllRowsHS2Method · 0.45
get_results_metadataMethod · 0.45
FetchInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected