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

Class FixedLenByteArray

cpp/src/parquet/types.h:674–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674struct FixedLenByteArray {
675 FixedLenByteArray() : ptr(NULLPTR) {}
676 explicit FixedLenByteArray(const uint8_t* ptr) : ptr(ptr) {}
677 const uint8_t* ptr;
678};
679
680using FLBA = FixedLenByteArray;
681

Callers 5

PutMethod · 0.85
DecodeMethod · 0.85
SerializeMethod · 0.85
SerializeMethod · 0.85
FixDecimalEndiannessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected