-
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.
colexec: add JSONFetchVal operator for vectorized engine
Previously, the vectorized engine had no support for JSONFetchVal operator. This commit added JSONFetchVal operator. In this commit, I added BytesFamily into compatible canonical type family group of DatumVecCanonicalTypeFamily. Then I declared JSONFetchVal as supported binary operator and registered output type of JSONFetchVal to generate operators. Release note (sql change): Vectorized engine now support JSONFetchVal(->) operator.
- Loading branch information
1 parent
a18b32f
commit 7034f0b
Showing
3 changed files
with
58 additions
and
9 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
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