[CALCITE-991] Create separate FunctionCategories for table functions and macros#168
Closed
julienledem wants to merge 3 commits intoapache:masterfrom
Closed
[CALCITE-991] Create separate FunctionCategories for table functions and macros#168julienledem wants to merge 3 commits intoapache:masterfrom
julienledem wants to merge 3 commits intoapache:masterfrom
Conversation
fe91d46 to
2712d7d
Compare
381533a to
09c151b
Compare
09c151b to
b542917
Compare
3716557 to
f594f05
Compare
Contributor
|
Documentation for |
julianhyde
added a commit
to julianhyde/calcite
that referenced
this pull request
Jun 14, 2016
…nctions and macros (Julien le Dem, Minji Kim) Close apache#168
julianhyde
pushed a commit
to julianhyde/calcite
that referenced
this pull request
Jun 15, 2016
…nctions and macros (Julien Le Dem, Minji Kim) Add a simple test for CalciteCatalogReader (Minji Kim). Fix up (Julian Hyde). Close apache#168
ldming
pushed a commit
to ldming/mycalcite
that referenced
this pull request
Sep 13, 2018
…nctions and macros (Julien Le Dem, Minji Kim) Add a simple test for CalciteCatalogReader (Minji Kim). Fix up (Julian Hyde). Close apache/calcite#168
RupengWang
pushed a commit
to RupengWang/calcite
that referenced
this pull request
Nov 18, 2020
KE-17052 support +-/* between numeric and string pass validation
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Mar 16, 2026
Bumps spark-core_2.10 from 2.2.0 to 2.2.2. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Mar 16, 2026
Bumps spark-core_2.10 from 2.2.0 to 2.2.2. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This prevents collisions between Drill Table macros and regular functions.
apache/drill#246