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

Function IntToFlatbuffer

cpp/src/arrow/ipc/metadata_internal.cc:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158Offset IntToFlatbuffer(FBB& fbb, int bitWidth, bool is_signed) {
159 return flatbuf::CreateInt(fbb, bitWidth, is_signed).Union();
160}
161
162Offset FloatToFlatbuffer(FBB& fbb, flatbuf::Precision precision) {
163 return flatbuf::CreateFloatingPoint(fbb, precision).Union();

Callers 1

VisitMethod · 0.85

Calls 1

CreateIntFunction · 0.85

Tested by

no test coverage detected