Skip to content

Commit

Permalink
fixup! Simple Functions WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Feb 18, 2025
1 parent a277aa0 commit ee738c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions datafusion/excalibur/lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,16 @@ pub use ret_type::ValuePresence;
pub mod __private {
// Re-exports used by the macros.

#[doc(hidden)]
pub use crate::arg_type::ExInstantiable;
#[doc(hidden)]
pub use crate::arg_type::FindExArgType;
#[doc(hidden)]
pub use crate::bridge::ExcaliburScalarUdf;
#[doc(hidden)]
pub use crate::ret_type::FindExOutArgType;
#[doc(hidden)]
pub use crate::scalar_udf::create_excalibur_scalar_udf;
#[doc(hidden)]
pub use datafusion_expr::ScalarUDFImpl;
}

0 comments on commit ee738c5

Please sign in to comment.