Skip to content

Commit 00909c5

Browse files
committed
DuckDB FSST Export
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent f77e4a5 commit 00909c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-duckdb/src/exporter/fsst.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ use vortex::array::match_each_integer_ptype;
1515
use vortex::buffer::ByteBuffer;
1616
use vortex::encodings::fsst::FSST;
1717
use vortex::encodings::fsst::FSSTArrayExt;
18-
use vortex::error::vortex_err;
1918
use vortex::error::VortexResult;
19+
use vortex::error::vortex_err;
2020

2121
use crate::cpp;
2222
use crate::duckdb::LogicalType;

0 commit comments

Comments
 (0)