Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkConversion
Function · 0.85
Calls
1
getKind
Method · 0.65
Tested by
no test coverage detected