Skip to content

Commit

Permalink
docs: remove mention of the options in the tutorial (#435)
Browse files Browse the repository at this point in the history
Fixes #433
  • Loading branch information
wjones127 authored Feb 3, 2023
1 parent 07e4feb commit af769d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions site/docs/tutorial/sql_to_substrait.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,9 @@ definitions that we will create later.
`i64` type since that is what the function definition declares in the YAML file.

`arguments` defines the arguments being passed into the function, which are all
done positionally based on the function definition in the YAML file. The first
argument is an option that defines how `NaN` equality is handled, and since
that's not relevant here we just pass `"NAN_IS_NOT_NAN"`. The next two options
will be familiar as the literal and the field reference we constructed earlier.
done positionally based on the function definition in the YAML file. The two
arguments will be familiar as the literal and the field reference we
constructed earlier.

To create the final expression, we just need to wrap this in another scalar
function expression for `IS NULL`.
Expand Down

0 comments on commit af769d4

Please sign in to comment.