MCPcopy Create free account
hub / github.com/apache/orc / DecimalHive11ColumnReader

Method DecimalHive11ColumnReader

c++/src/ColumnReader.cc:1598–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1596 };
1597
1598 DecimalHive11ColumnReader::DecimalHive11ColumnReader(const Type& type, StripeStreams& stripe)
1599 : Decimal64ColumnReader(type, stripe) {
1600 scale = stripe.getForcedScaleOnHive11Decimal();
1601 throwOnOverflow_ = stripe.getThrowOnHive11DecimalOverflow();
1602 errorStream_ = stripe.getErrorStream();
1603 }
1604
1605 DecimalHive11ColumnReader::~DecimalHive11ColumnReader() {
1606 // PASS

Callers

nothing calls this directly

Tested by

no test coverage detected