| 1139 | }; |
| 1140 | |
| 1141 | inline ::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 |
| 1150 | struct Utf8 FLATBUFFERS_FINAL_CLASS : private ::flatbuffers::Table { |
no test coverage detected