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

Class FixedLenByteArray

cpp/src/parquet/types.h:682–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682struct FixedLenByteArray {
683 FixedLenByteArray() : ptr(NULLPTR) {}
684 explicit FixedLenByteArray(const uint8_t* ptr) : ptr(ptr) {}
685 const uint8_t* ptr;
686};
687
688using FLBA = FixedLenByteArray;
689

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