Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Jan 5, 2024
1 parent e9bfb8d commit 118eef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/src/binder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,12 @@ pub struct Binder {

param_types: ParameterTypes,

/// The mapping from sql udf parameters to ast expressions
/// The mapping from `sql udf parameters`` to `ast expressions`
/// Note: The expressions are constructed during runtime, correspond to the actual users' input
udf_context: HashMap<String, AstExpr>,

/// The mapping from `function name` to `calling times`
/// Record the calling times for every sql udf during the binding phase
udf_recursive_context: HashMap<String, i32>,
}

Expand Down

0 comments on commit 118eef7

Please sign in to comment.