Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
commit

commit

commit

commit

commit

commit

commit

commit

commit

commit

commit

commit

commit

commit

commit
  • Loading branch information
dtenedor committed Mar 19, 2023
1 parent b4868f8 commit 7dcb503
Show file tree
Hide file tree
Showing 251 changed files with 155,091 additions and 224 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ object NamedExpression {
private[expressions] val jvmId = UUID.randomUUID()
def newExprId: ExprId = ExprId(curId.getAndIncrement(), jvmId)
def unapply(expr: NamedExpression): Option[(String, DataType)] = Some((expr.name, expr.dataType))
/** Resets the next expression ID to zero. Useful for making tests deterministic. */
def resetCurId: Unit = curId.set(0)
}

/**
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 7dcb503

Please sign in to comment.