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

Function CreateFloatingPoint

cpp/src/generated/Schema_generated.h:1141–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139};
1140
1141inline ::flatbuffers::Offset<FloatingPoint> CreateFloatingPoint(
1142 ::flatbuffers::FlatBufferBuilder &_fbb,
1143 org::apache::arrow::flatbuf::Precision precision = org::apache::arrow::flatbuf::Precision_HALF) {
1144 FloatingPointBuilder builder_(_fbb);
1145 builder_.add_precision(precision);
1146 return builder_.Finish();
1147}
1148
1149/// Unicode with UTF-8 encoding
1150struct Utf8 FLATBUFFERS_FINAL_CLASS : private ::flatbuffers::Table {

Callers 1

FloatToFlatbufferFunction · 0.85

Calls 2

add_precisionMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected