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

Method Visit

cpp/src/arrow/ipc/metadata_internal.cc:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 Status VisitType(const DataType& type) { return VisitTypeInline(type, this); }
516
517 Status Visit(const NullType& type) {
518 fb_type_ = flatbuf::Type::Type_Null;
519 type_offset_ = flatbuf::CreateNull(fbb_).Union();
520 return Status::OK();
521 }
522
523 Status Visit(const BooleanType& type) {
524 fb_type_ = flatbuf::Type::Type_Bool;

Callers

nothing calls this directly

Calls 15

CreateNullFunction · 0.85
CreateBoolFunction · 0.85
IntToFlatbufferFunction · 0.85
FloatToFlatbufferFunction · 0.85
CreateFixedSizeBinaryFunction · 0.85
CreateBinaryFunction · 0.85
CreateBinaryViewFunction · 0.85
CreateUtf8ViewFunction · 0.85
CreateLargeBinaryFunction · 0.85
CreateUtf8Function · 0.85
CreateLargeUtf8Function · 0.85
CreateDateFunction · 0.85

Tested by

no test coverage detected