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

Method str

src/Formats/NumpyDataTypes.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 virtual size_t getSize() const { throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Function getSize is not implemented"); }
53 virtual void setSize(size_t) { throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Function setSize is not implemented"); }
54 virtual String str() const { throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Function str is not implemented"); }
55
56protected:
57 Endianness endianness;

Callers 15

dumpMethod · 0.45
strMethod · 0.45
strMethod · 0.45
strMethod · 0.45
writeMethod · 0.45
writeFieldFromColumnFunction · 0.45
jsonElementToStringFunction · 0.45
setFunctionsMethod · 0.45
executeImplMethod · 0.45
executeMethod · 0.45

Calls 1

ExceptionClass · 0.50

Tested by 9

PrintMapFunction · 0.36
toHexFunction · 0.36
digestToHexFunction · 0.36
TYPED_TESTFunction · 0.36
formatFunctionCallMethod · 0.36
describeMethod · 0.36
valueToStringFunction · 0.36
digestToHexFunction · 0.36
TYPED_TESTFunction · 0.36