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

Method RefreshDataSources

be/src/catalog/catalog.cc:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258Status Catalog::RefreshDataSources() {
259 return JniUtil::CallJniMethod(catalog_, refresh_data_sources_);
260}
261
262Status Catalog::GetNullPartitionName(TGetNullPartitionNameResponse* resp) {
263 return JniUtil::CallJniMethod(catalog_, get_null_partition_name_id_, resp);

Callers 1

UpdateActiveCatalogdMethod · 0.80

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected