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

Function _createV110String

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

Source from the content-addressed store, hash-verified

83}
84
85FieldDefEntry _createV110String(TQueryTableColumn::type db_col) {
86 Version v;
87 EXPECT_TRUE(ParseVersion("1.1.0", &v).ok());
88
89 return make_pair<>(db_col, FieldDefinition(TPrimitiveType::STRING, v));
90}
91
92FieldDefEntry _createV120BigInt(TQueryTableColumn::type db_col) {
93 Version v;

Callers 1

TESTFunction · 0.85

Calls 3

ParseVersionFunction · 0.85
FieldDefinitionClass · 0.85
okMethod · 0.45

Tested by

no test coverage detected