MCPcopy Create free account
hub / github.com/bytedance/bolt / read

Method read

bolt/expression/tests/MapViewTest.cpp:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 ViewType read(
79 exec::VectorReader<Map<int64_t, int64_t>>& reader,
80 size_t offset) {
81 if constexpr (returnsOptionalValues) {
82 return reader[offset];
83 } else {
84 return reader.readNullFree(offset);
85 }
86 }
87
88 bool mapValueHasValue(typename ViewType::ValueAccessor value) {
89 if constexpr (returnsOptionalValues) {

Callers 1

readSqlFromFileMethod · 0.45

Calls 1

readNullFreeMethod · 0.45

Tested by

no test coverage detected