Skip to content

Commit

Permalink
Merge branch 'v1' into v1-plans-eval
Browse files Browse the repository at this point in the history
  • Loading branch information
RCHowell authored Sep 6, 2024
2 parents a3a2c8a + 1dbb203 commit c287a1f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,14 +433,11 @@ public interface PlanFactory {
public fun rexLit(value: Datum): RexLit = RexLitImpl(value)

/**
<<<<<<< HEAD
=======
* TODO REMOVE ME
* Create a [RexNullIf] instance.
*/
public fun rexNullIf(value: Rex, nullifier: Rex): RexNullIf = RexNullIfImpl(value, nullifier)

/**
>>>>>>> c2cc48d5 (Ports evaluation changes to v1 plans)
* Create a [RexPathIndex] instance.
*
* @param operand
Expand Down

0 comments on commit c287a1f

Please sign in to comment.