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

Method AddTableResetHints

be/src/service/client-request-state.cc:2769–2774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2767}
2768
2769void ClientRequestState::AddTableResetHints(const TConvertTableRequest& params,
2770 Status* status) const {
2771 string table_reset_hint("Your table might have been renamed. To reset the name "
2772 "try running:\n" + params.reset_table_name_query + ";");
2773 status->MergeStatus(Status(table_reset_hint));
2774}
2775
2776int64_t ClientRequestState::num_rows_fetched_counter() const {
2777 if (LIKELY(num_rows_fetched_counter_ != nullptr)) {

Callers

nothing calls this directly

Calls 2

MergeStatusMethod · 0.80
StatusClass · 0.50

Tested by

no test coverage detected