-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coldataext: propagate evalCtx directly for casts
This commit removes the reliance on propagating `datumVec` objects to supply the cast function with an eval context. All casts in the datum land have been refactored to use `tree.PerformCast` for simplicity. Note that the eval context is not removed from the `datumVec` because it is used by `CompareDatum` method which is a lot more common (and, thus, would require more plumbing to get rid off). Release note: None
- Loading branch information
1 parent
fe1fb73
commit 23f1497
Showing
13 changed files
with
810 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.