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

Method Visit

cpp/src/arrow/dataset/file_json_test.cc:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68 template <typename T>
69 enable_if_physical_signed_integer<T, Status> Visit(const T*) {
70 const auto& scalar = checked_cast<const NumericScalar<T>&>(scalar_);
71 return OK(writer_.Int64(scalar.value));
72 }
73
74 template <typename T>
75 enable_if_physical_unsigned_integer<T, Status> Visit(const T*) {

Callers

nothing calls this directly

Calls 15

VisitWriteableTypeIdFunction · 0.85
OKFunction · 0.50
Int64Method · 0.45
BoolMethod · 0.45
num_fieldsMethod · 0.45
sizeMethod · 0.45
StartObjectMethod · 0.45
nameMethod · 0.45
fieldMethod · 0.45
KeyMethod · 0.45
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected