MCPcopy Create free account
hub / github.com/bytedance/bolt / appendArrowMetadataInt32

Function appendArrowMetadataInt32

bolt/vector/arrow/Bridge.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void appendArrowMetadataInt32(std::string& metadata, int32_t value) {
64 metadata.append(reinterpret_cast<const char*>(&value), sizeof(value));
65}
66
67// Structure that will hold the buffers needed by ArrowArray. This is opaquely
68// carried by ArrowArray.private_data

Callers 1

setArrowMetadataEntryFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected