Skip to content

Commit

Permalink
docs: Fix typo in scalar-functions.rst (#11582)
Browse files Browse the repository at this point in the history
Summary:
"deafult" --> "default"

Pull Request resolved: #11582

Reviewed By: kagamiori

Differential Revision: D67457483

Pulled By: pedroerp

fbshipit-source-id: d4be2bbe7e32891777caea8d994ed8c5f49be983
  • Loading branch information
lingbin authored and facebook-github-bot committed Dec 19, 2024
1 parent 2af045d commit 61b0b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/docs/develop/scalar-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Null-Free Fast Path
A "callNullFree" function may be implemented in place of or along side "call"
and/or "callNullable" functions. When only the "callNullFree" function is
implemented, evaluation of the function will be skipped and null will
automatically be produced if any of the input arguments are null (like deafult
automatically be produced if any of the input arguments are null (like default
null behavior) or if any of the input arguments are of a complex type and
contain null anywhere in their value, e.g. an array that has a null element.
If "callNullFree" is implemented alongside "call" and/or "callNullable", an
Expand Down

0 comments on commit 61b0b39

Please sign in to comment.