Skip to content

Commit 58f34ae

Browse files
committed
fixup
1 parent c41943f commit 58f34ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/duckdb/src/vtab/function.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ use super::{
99
duckdb_table_function_set_init, duckdb_table_function_set_local_init, duckdb_table_function_set_name,
1010
duckdb_table_function_supports_projection_pushdown, idx_t,
1111
},
12-
LogicalTypeHandle, VTab, Value,
12+
LogicalTypeHandle, VTab,
1313
};
14+
use crate::core::Value;
1415
use std::{
1516
ffi::{c_void, CString},
1617
fmt::Debug,

crates/duckdb/src/vtab/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ pub use self::arrow::{
1919
#[cfg(feature = "vtab-excel")]
2020
mod excel;
2121

22-
pub use crate::core::value::Value;
2322
pub use function::{BindInfo, InitInfo, TableFunction, TableFunctionInfo};
2423

2524
use crate::core::{DataChunkHandle, LogicalTypeHandle, LogicalTypeId};

0 commit comments

Comments
 (0)