MCPcopy Create free account
hub / github.com/apache/arrow / ToString

Function ToString

cpp/src/arrow/type.h:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 bool operator!=(const TypeHolder& other) const { return !(*this == other); }
268
269 std::string ToString(bool show_metadata = false) const {
270 return this->type ? this->type->ToString(show_metadata) : "<NULLPTR>";
271 }
272
273 static std::string ToString(const std::vector<TypeHolder>&, bool show_metadata = false);
274

Callers 15

CheckNonEmptyFunction · 0.70
CheckNonMultipleFunction · 0.70
ValidateShapeMethod · 0.70
AbortMethod · 0.70
WarnMethod · 0.70
TESTFunction · 0.70
operator==Function · 0.70
ToJSONMethod · 0.50
ToThriftMethod · 0.50

Calls 2

nameFunction · 0.70
ToStringMethod · 0.45

Tested by 1

TESTFunction · 0.56