MCPcopy Create free account
hub / github.com/apache/fory / float64

Function float64

cpp/fory/row/schema.h:552–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550inline DataTypePtr float16() { return std::make_shared<Float16Type>(); }
551inline DataTypePtr float32() { return std::make_shared<Float32Type>(); }
552inline DataTypePtr float64() { return std::make_shared<Float64Type>(); }
553inline DataTypePtr utf8() { return std::make_shared<StringType>(); }
554inline DataTypePtr binary() { return std::make_shared<BinaryType>(); }
555inline DataTypePtr duration() { return std::make_shared<DurationType>(); }

Callers 15

read_typeFunction · 0.70
fromMethod · 0.70
convert_typeFunction · 0.50
valueMethod · 0.50
primitiveDataFunction · 0.50
compatibleValueToStringFunction · 0.50
compatibleValueToHalfFunction · 0.50
compatibleValueRatFunction · 0.50
exactRatFromFloat32Function · 0.50
ReadDataMethod · 0.50

Calls

no outgoing calls

Tested by 7

primitiveDataFunction · 0.40
TestBFloat16_ConversionFunction · 0.40
TestFloat16_ConversionFunction · 0.40
TestFloat16_NaNFunction · 0.40
TestDynamicSliceDemoFunction · 0.40