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

Method EncoderImpl

cpp/src/parquet/encoder.cc:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92class EncoderImpl : virtual public Encoder {
93 public:
94 EncoderImpl(const ColumnDescriptor* descr, Encoding::type encoding, MemoryPool* pool)
95 : descr_(descr),
96 encoding_(encoding),
97 pool_(pool),
98 type_length_(descr ? descr->type_length() : -1) {}
99
100 Encoding::type encoding() const override { return encoding_; }
101

Callers

nothing calls this directly

Calls 1

type_lengthMethod · 0.80

Tested by

no test coverage detected