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

Function isDecimal64

c++/src/ConvertColumnReader.cc:1242–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240 const static int32_t MAX_PRECISION_64 = 18;
1241
1242 static inline bool isDecimal64(const Type& type) {
1243 return type.getPrecision() > 0 && type.getPrecision() <= MAX_PRECISION_64;
1244 }
1245
1246#define CASE_CREATE_FROM_DECIMAL_READER(TYPE, TO) \
1247 case TYPE: { \

Callers 1

buildConvertReaderFunction · 0.85

Calls 1

getPrecisionMethod · 0.45

Tested by

no test coverage detected