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

Function isStringVariant

c++/src/SchemaEvolution.cc:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 bool isStringVariant(const Type& type) {
60 auto kind = type.getKind();
61 return kind == STRING || kind == CHAR || kind == VARCHAR;
62 }
63
64 bool isDecimal(const Type& type) {
65 auto kind = type.getKind();

Callers 1

checkConversionFunction · 0.85

Calls 1

getKindMethod · 0.65

Tested by

no test coverage detected