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

Method precision

cpp/src/arrow/type.cc:975–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973FloatingPointType::~FloatingPointType() {}
974
975FloatingPointType::Precision HalfFloatType::precision() const {
976 return FloatingPointType::HALF;
977}
978
979FloatingPointType::Precision FloatType::precision() const {
980 return FloatingPointType::SINGLE;

Calls

no outgoing calls