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

Function float32

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

Source from the content-addressed store, hash-verified

549inline DataTypePtr int64() { return std::make_shared<Int64Type>(); }
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>(); }

Callers 15

read_typeFunction · 0.70
fromMethod · 0.70
TESTFunction · 0.70
convert_typeFunction · 0.50
buildOptionalHolderFunction · 0.50
valueMethod · 0.50
primitiveDataFunction · 0.50
compatibleValueToStringFunction · 0.50
compatibleValueRatFunction · 0.50
compatibleNonFiniteHalfFunction · 0.50

Calls

no outgoing calls

Tested by 10

TESTFunction · 0.56
buildOptionalHolderFunction · 0.40
primitiveDataFunction · 0.40
TestFloat16StructFieldFunction · 0.40
TestBFloat16_ConversionFunction · 0.40
TestFloat16_ConversionFunction · 0.40