Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJie1 committed May 13, 2022
1 parent 7f0b777 commit 9459ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/expressions/specialized_record_expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For each data type, it is possible to create a literal value for that data type.


## Cast Expression
To convert a value from one type to another, Substrait defines a cast expression. Cast expression declare an expected type, an input argument and an enumeration flag that contains enhancement conditions, such as `CONDITION_FLAG_NULL_ON_FAILURE` which prevents throws and instead returns null on cast failure.
To convert a value from one type to another, Substrait defines a cast expression. Cast expression declares an expected type, an input argument and an enumeration flag that contains enhancement conditions, such as `CONDITION_FLAG_NULL_ON_FAILURE` which prevents throws and instead returns null on cast failure.



Expand Down

0 comments on commit 9459ccd

Please sign in to comment.