Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Decode
Method
Decode
cpp/src/parquet/decoder.cc:2343–2345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2341
using Base::Base;
2342
2343
int Decode(T* buffer, int max_values) override {
2344
return this->DecodeRaw(reinterpret_cast<uint8_t*>(buffer), max_values);
2345
}
2346
};
2347
2348
// 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