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

Function CreateInt

cpp/src/generated/Schema_generated.h:1098–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096};
1097
1098inline ::flatbuffers::Offset<Int> CreateInt(
1099 ::flatbuffers::FlatBufferBuilder &_fbb,
1100 int32_t bitWidth = 0,
1101 bool is_signed = false) {
1102 IntBuilder builder_(_fbb);
1103 builder_.add_bitWidth(bitWidth);
1104 builder_.add_is_signed(is_signed);
1105 return builder_.Finish();
1106}
1107
1108struct FloatingPoint FLATBUFFERS_FINAL_CLASS : private ::flatbuffers::Table {
1109 typedef FloatingPointBuilder Builder;

Callers 5

IntToFlatbufferFunction · 0.85
GetDictionaryEncodingFunction · 0.85
MakeSparseTensorIndexCOOFunction · 0.85
MakeSparseMatrixIndexCSXFunction · 0.85
MakeSparseTensorIndexCSFFunction · 0.85

Calls 3

add_is_signedMethod · 0.80
add_bitWidthMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected