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

Method data

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

Source from the content-addressed store, hash-verified

48 CompactStringRef() = default;
49
50 const char * data() const { return reinterpret_cast<const char *>(reinterpret_cast<intptr_t>(data_mixed) & 0x0000FFFFFFFFFFFFULL); }
51
52 std::string toString() const { return std::string(data(), size); }
53};

Callers 15

createSystemLogFunction · 0.45
appendToBlockMethod · 0.45
constructInfoBlockFunction · 0.45
executeMethod · 0.45
writeBitmapMethod · 0.45
readBitmapMethod · 0.45
fromFullStringMethod · 0.45
executeMethod · 0.45
startsWithFunction · 0.45
joinLinesFunction · 0.45
executeQueryFunction · 0.45

Calls

no outgoing calls

Tested by 3

constructInfoBlockFunction · 0.36
TESTFunction · 0.36
parseTestQueryFunction · 0.36