Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExportingNotImplemented
Function · 0.85
ToChars
Function · 0.85
timezone
Method · 0.80
Invalid
Function · 0.50
OK
Function · 0.50
byte_width
Method · 0.45
bit_width
Method · 0.45
precision
Method · 0.45
scale
Method · 0.45
unit
Method · 0.45
list_size
Method · 0.45
mode
Method · 0.45
Tested by
no test coverage detected