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

Function isTimestamp

c++/src/SchemaEvolution.cc:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 bool isTimestamp(const Type& type) {
70 auto kind = type.getKind();
71 return kind == TIMESTAMP || kind == TIMESTAMP_INSTANT;
72 }
73
74 struct ConversionCheckResult {
75 bool isValid;

Callers 1

checkConversionFunction · 0.85

Calls 1

getKindMethod · 0.65

Tested by

no test coverage detected