Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 4, 2023
1 parent 4b7ff24 commit b85b91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/expr/src/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ pub enum Operator {
Or,
/// `IS DISTINCT FROM` (see [`distinct`])
///
/// [distinct]: arrow::compute::kernels::cmp::distinct
/// [`distinct`]: arrow::compute::kernels::cmp::distinct
IsDistinctFrom,
/// `IS NOT DISTINCT FROM` (see [`not_distinct`])
///
/// [not_distinct]: arrow::compute::kernels::cmp::not_distinct
/// [`not_distinct`]: arrow::compute::kernels::cmp::not_distinct
IsNotDistinctFrom,
/// Case sensitive regex match
RegexMatch,
Expand Down

0 comments on commit b85b91c

Please sign in to comment.