Skip to content

Commit

Permalink
bring back derive properties
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Jan 25, 2024
1 parent 0e7497e commit 5bf0c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/binder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ pub struct Binder {
udf_binding_flag: bool,
}

#[derive(Clone, Debug, Default)]
pub struct UdfContext {
/// The mapping from `sql udf parameters` to a bound `ExprImpl` generated from `ast expressions`
/// Note: The expressions are constructed during runtime, correspond to the actual users' input
Expand Down

0 comments on commit 5bf0c27

Please sign in to comment.