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

Method stringView

src/IO/ReadBufferFromString.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 explicit ReadBufferFromString(std::string_view s) : ReadBufferFromMemory(s) {}
16
17 std::string_view stringView() const { return std::string_view(pos, working_buffer.end() - pos); }
18};
19
20class ReadBufferFromOwnString : public String, public ReadBufferFromString

Callers 7

writeToShardMethod · 0.45
consumeMethod · 0.45
getSerializedDataMethod · 0.45
serializeFieldMethod · 0.45
toStringMethod · 0.45
insertMethod · 0.45
formatVectorMethod · 0.45

Calls 2

string_viewClass · 0.85
endMethod · 0.45

Tested by

no test coverage detected