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

Function WritePadded

cpp/src/arrow/ipc/feather.cc:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115Status WritePadded(io::OutputStream* stream, const uint8_t* data, int64_t length,
116 int64_t* bytes_written) {
117 return WritePaddedWithOffset(stream, data, /*bit_offset=*/0, length, bytes_written);
118}
119
120struct ColumnType {
121 enum type { PRIMITIVE, CATEGORY, TIMESTAMP, DATE, TIME };

Callers 1

WriteFeatherV1Function · 0.85

Calls 1

WritePaddedWithOffsetFunction · 0.85

Tested by

no test coverage detected