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

Method AddFileSplitGeneratorSpecs

be/src/scheduling/scheduler-test-util.cc:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void Schema::AddFileSplitGeneratorSpecs(
252 const TableName& table_name, const std::vector<FileSplitGeneratorSpec>& specs) {
253 Table* table = &tables_[table_name];
254 table->specs.insert(table->specs.end(), specs.begin(), specs.end());
255}
256
257void Schema::AddFileSplitGeneratorDefaultSpecs(const TableName& table_name, int num) {
258 Table* table = &tables_[table_name];

Callers 1

TEST_FFunction · 0.80

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected