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

Method DecodeArrow

cpp/src/parquet/decoder.cc:1769–1776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767 }
1768
1769 int DecodeArrow(int num_values, int null_count, const uint8_t* valid_bits,
1770 int64_t valid_bits_offset,
1771 typename EncodingTraits<ByteArrayType>::Accumulator* out) override {
1772 int result = 0;
1773 PARQUET_THROW_NOT_OK(DecodeArrowDense(num_values, null_count, valid_bits,
1774 valid_bits_offset, out, &result));
1775 return result;
1776 }
1777
1778 int DecodeArrow(int num_values, int null_count, const uint8_t* valid_bits,
1779 int64_t valid_bits_offset,

Callers

nothing calls this directly

Calls 1

NYIFunction · 0.85

Tested by

no test coverage detected