toValue method
Implementation
String toValue() {
switch (this) {
case RedshiftResultFormat.parquet:
return 'PARQUET';
case RedshiftResultFormat.csv:
return 'CSV';
}
}
String toValue() {
switch (this) {
case RedshiftResultFormat.parquet:
return 'PARQUET';
case RedshiftResultFormat.csv:
return 'CSV';
}
}