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

Function _createV100Int

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

Source from the content-addressed store, hash-verified

71}
72
73FieldDefEntry _createV100Int(TQueryTableColumn::type db_col) {
74 return _createV100(db_col, TPrimitiveType::INT);
75}
76
77FieldDefEntry _createV100Timestamp(TQueryTableColumn::type db_col) {
78 return _createV100(db_col, TPrimitiveType::TIMESTAMP);

Callers 1

TESTFunction · 0.85

Calls 1

_createV100Function · 0.85

Tested by

no test coverage detected