Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Decode
Method
Decode
cpp/src/parquet/decoder.cc:2313–2315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2311
using Base::Base;
2312
2313
int Decode(T* buffer, int max_values) override {
2314
return this->DecodeRaw(reinterpret_cast<uint8_t*>(buffer), max_values);
2315
}
2316
};
2317
2318
// BYTE_STREAM_SPLIT decoder for FIXED_LEN_BYTE_ARRAY
Callers
nothing calls this directly
Calls
1
DecodeRaw
Method · 0.80
Tested by
no test coverage detected