toValue method
Implementation
String toValue() {
switch (this) {
case OrcFormatVersion.v0_11:
return 'V0_11';
case OrcFormatVersion.v0_12:
return 'V0_12';
}
}
String toValue() {
switch (this) {
case OrcFormatVersion.v0_11:
return 'V0_11';
case OrcFormatVersion.v0_12:
return 'V0_12';
}
}