MCPcopy 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
3126Status 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

WriteCrsKeyAndValueMethod · 0.45
ValidateMethod · 0.45
VisitMethod · 0.45
DoRowConversionFunction · 0.45
primitive_array_getFunction · 0.45
buildMethod · 0.45
produceMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45

Calls 1

VisitTypeInlineFunction · 0.85

Tested by 2

ValidateMethod · 0.36
VisitMethod · 0.36