MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / data

Method data

src/Interpreters/examples/hash_map_string.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 CompactStringRef() = default;
52
53 const char * data() const { return reinterpret_cast<const char *>(reinterpret_cast<intptr_t>(data_mixed) & 0x0000FFFFFFFFFFFFULL); }
54
55 [[maybe_unused]] std::string toString() const { return std::string(data(), size); }
56};

Callers 15

createSystemLogFunction · 0.45
getCreateTableQueryMethod · 0.45
appendToBlockMethod · 0.45
collectCrashLogFunction · 0.45
parseCustomKeyForTableFunction · 0.45
operator()Method · 0.45
TagsKeyMethod · 0.45
extractTagMethod · 0.45
executeMethod · 0.45
fromFullStringMethod · 0.45
addNewPartsImplMethod · 0.45

Calls

no outgoing calls

Tested by 5

appendToBlockMethod · 0.36
downloadFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36