MCPcopy Create free account
hub / github.com/apache/impala / Encode

Function Encode

be/src/exec/parquet/parquet-plain-test.cc:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template <typename InternalType>
35int Encode(const InternalType& v, int encoded_byte_size, uint8_t* buffer,
36 parquet::Type::type physical_type){
37 return ParquetPlainEncoder::Encode(v, encoded_byte_size, buffer);
38}
39
40// Handle special case of encoding decimal types stored as BYTE_ARRAY, INT32, and INT64,
41// since these are not implemented in Impala.

Callers 10

EncodeDecimalFunction · 0.85
TestTruncateFunction · 0.85
TestTypeWideningFunction · 0.85
TestTypeWideningBatchFunction · 0.85
TESTFunction · 0.85
ProcessValueMethod · 0.85
EncodePlainValueMethod · 0.85
FinalizePageMethod · 0.85
WriteDictMethod · 0.85

Calls 1

EncodeDecimalFunction · 0.70

Tested by

no test coverage detected