Skip to content

Commit 5902d42

Browse files
committed
refactor: remove unused enum QuoteStyle
The compiler emits a warning that this is unused, and tests pass when its removed. I believe its leftover from the original implementation and what is currently actually used is ExQuoteStyle
1 parent bc97300 commit 5902d42

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

native/explorer/src/datatypes.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -785,14 +785,6 @@ impl TryFrom<ExParquetCompression> for ParquetCompression {
785785
}
786786
}
787787

788-
#[derive(NifTaggedEnum)]
789-
pub enum QuoteStyle {
790-
Necessary,
791-
Always,
792-
NonNumeric,
793-
Never,
794-
}
795-
796788
// =========================
797789
// ====== FSS Structs ======
798790
// =========================

0 commit comments

Comments
 (0)