Skip to content

Commit

Permalink
make coerce_arguments_for_signature private
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Sep 7, 2022
1 parent 6b37258 commit 55c8d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/optimizer/src/type_coercion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl ExprRewriter for TypeCoercionRewriter {
/// `signature`, if possible.
///
/// See the module level documentation for more detail on coercion.
pub fn coerce_arguments_for_signature(
fn coerce_arguments_for_signature(
expressions: &[Expr],
schema: &DFSchema,
signature: &Signature,
Expand Down

0 comments on commit 55c8d13

Please sign in to comment.