Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Accept
Method
Accept
cpp/src/arrow/type.cc:3126–3128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3124
// Visitors and factory functions
3125
3126
Status DataType::Accept(TypeVisitor* visitor) const {
3127
return VisitTypeInline(*this, visitor);
3128
}
3129
3130
#define TYPE_FACTORY(NAME, KLASS) \
3131
const std::shared_ptr<DataType>& NAME() { \
Callers
15
WriteCrsKeyAndValue
Method · 0.45
Validate
Method · 0.45
Visit
Method · 0.45
GeospatialGeoArrowCrsToParquetCrs
Function · 0.45
EscapeCrsAsJsonIfRequired
Function · 0.45
DoRowConversion
Function · 0.45
primitive_array_get
Function · 0.45
build
Method · 0.45
produce
Method · 0.45
convert
Method · 0.45
convert
Method · 0.45
convert
Method · 0.45
Calls
1
VisitTypeInline
Function · 0.85
Tested by
2
Validate
Method · 0.36
Visit
Method · 0.36