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

Function _createV120BigInt

be/src/workload_mgmt/workload-management-fields-test.cc:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92FieldDefEntry _createV120BigInt(TQueryTableColumn::type db_col) {
93 Version v;
94 EXPECT_TRUE(ParseVersion("1.2.0", &v).ok());
95
96 return make_pair<>(db_col, FieldDefinition(TPrimitiveType::BIGINT, v));
97}
98
99// Predicate function that can be passed to gtest EXPECT/ASSERT calls to determine
100// correctness of a FIELD_DEFINITIONS map entry.

Callers 1

TESTFunction · 0.85

Calls 3

ParseVersionFunction · 0.85
FieldDefinitionClass · 0.85
okMethod · 0.45

Tested by

no test coverage detected