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

Function type

cpp/src/generated/SparseTensor_generated.h:565–567  ·  view source on GitHub ↗

The type of data contained in a value cell. Currently only fixed-width value types are supported, no strings or nested types.

Source from the content-addressed store, hash-verified

563 /// Currently only fixed-width value types are supported,
564 /// no strings or nested types.
565 const void *type() const {
566 return GetPointer<const void *>(VT_TYPE);
567 }
568 template<typename T> const T *type_as() const;
569 const org::apache::arrow::flatbuf::Null *type_as_Null() const {
570 return type_type() == org::apache::arrow::flatbuf::Type_Null ? static_cast<const org::apache::arrow::flatbuf::Null *>(type()) : nullptr;

Callers 15

type_as_NullFunction · 0.70
type_as_IntFunction · 0.70
type_as_FloatingPointFunction · 0.70
type_as_BinaryFunction · 0.70
type_as_Utf8Function · 0.70
type_as_BoolFunction · 0.70
type_as_DecimalFunction · 0.70
type_as_DateFunction · 0.70
type_as_TimeFunction · 0.70
type_as_TimestampFunction · 0.70
type_as_IntervalFunction · 0.70
type_as_ListFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected