-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Column type safety (#2027)
This commit adds type safety in the overridden functions of the interface `IColumnType`, which will reduce the number of checks in those functions. This change propagates to other classes and interfaces that extend and use `IColumnType`. The following are affected: 1. Custom column types 2. Custom functions extending `CustomFunction` 3. Custom operators extending `CustomOperator` 4. Custom expressions extending `ExpressionWithColumnType` 5. Usages of `CurrentTimestamp` function (class to object)
- Loading branch information
Showing
57 changed files
with
787 additions
and
868 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.