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

Method Visit

cpp/src/arrow/engine/substrait/type_internal.cc:247–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246struct DataTypeToProtoImpl {
247 Status Visit(const NullType& t) { return EncodeUserDefined(t); }
248
249 Status Visit(const BooleanType& t) {
250 return SetWith(&substrait::Type::set_allocated_bool_);

Callers

nothing calls this directly

Calls 15

UnreachableFunction · 0.85
UnwrapUuidFunction · 0.85
UnwrapFixedCharFunction · 0.85
UnwrapVarCharFunction · 0.85
UnwrapIntervalYearFunction · 0.85
UnwrapIntervalDayFunction · 0.85
set_lengthMethod · 0.80
timezoneMethod · 0.80
NotImplementedFunction · 0.70
OKFunction · 0.50
InvalidFunction · 0.50
byte_widthMethod · 0.45

Tested by

no test coverage detected