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

Method Visit

cpp/src/arrow/c/bridge.cc:322–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 // Type-specific visitors
321
322 Status Visit(const DataType& type) { return ExportingNotImplemented(type); }
323
324 Status Visit(const NullType& type) { return SetFormat("n"); }
325

Callers

nothing calls this directly

Calls 12

ExportingNotImplementedFunction · 0.85
ToCharsFunction · 0.85
timezoneMethod · 0.80
InvalidFunction · 0.50
OKFunction · 0.50
byte_widthMethod · 0.45
bit_widthMethod · 0.45
precisionMethod · 0.45
scaleMethod · 0.45
unitMethod · 0.45
list_sizeMethod · 0.45
modeMethod · 0.45

Tested by

no test coverage detected