[jira] [Created] (CALCITE-2980) Implement the FORMAT clause of the CAST operator (added in SQL:2016)

2019-04-04 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-2980: Summary: Implement the FORMAT clause of the CAST operator (added in SQL:2016) Key: CALCITE-2980 URL: https://issues.apache.org/jira/browse/CALCITE-2980 Project

Re: SQL:2016

2018-04-19 Thread Chunhui Shi
Sent: Thursday, April 19, 2018 1:36:20 PM To: dev@calcite.apache.org Subject: Re: SQL:2016 Yes. Apache has representation in the W3C and Open Geospatial Consortium. Much database innovation these days is coming out of open source, and these open source projects tend to join Apache, so it makes a

[jira] [Created] (CALCITE-2270) [SQL:2016] Polymorphic table functions

2018-04-19 Thread Chunhui Shi (JIRA)
Chunhui Shi created CALCITE-2270: Summary: [SQL:2016] Polymorphic table functions Key: CALCITE-2270 URL: https://issues.apache.org/jira/browse/CALCITE-2270 Project: Calcite Issue Type: Bug

Re: SQL:2016

2018-04-19 Thread Julian Hyde
nctions >>>>>>> are not that different from the built-in function set. (The Geo >>>> functions >>>>>>> are not in the SQL standard; that’s why I separated them a bit.) >>>>>>> >>>>>>> Julian >>>

Re: SQL:2016

2018-04-19 Thread Edmon Begoli
pr 18, 2018, at 5:59 PM, Michael Mior > wrote: > >>>>>> > >>>>>> Thanks Julian! I opened CALCITE-2266 to track implementing some of > the > >>>>> new > >>>>>> JSON functions. I took a stab at implementing ISJSON i

Re: SQL:2016

2018-04-19 Thread Julian Hyde
d CALCITE-2266 to track implementing some of the >>>>> new >>>>>> JSON functions. I took a stab at implementing ISJSON in the following >>>>>> commit: >>>>>> >>>>>> https://github.com/michaelmior/calcite/comm

Re: SQL:2016

2018-04-19 Thread Edmon Begoli
> >>>> > >>>> These are touching parts of the code base I'm unfamiliar with so I > >> mostly > >>>> don't know what I'm doing :) I added a new operator table which I'm > >>>> guessing we probably don't want

Re: SQL:2016

2018-04-19 Thread Julian Hyde
>>>> >>>> These are touching parts of the code base I'm unfamiliar with so I >> mostly >>>> don't know what I'm doing :) I added a new operator table which I'm >>>> guessing we probably don't want to do but it made it

Re: SQL:2016

2018-04-19 Thread Edmon Begoli
g :) I added a new operator table which I'm > > > guessing we probably don't want to do but it made it easier for me when > > > testing to isolate the new code. > > > > > > -- > > > Michael Mior > > > mm...@uwaterloo.ca > > >

Re: SQL:2016

2018-04-19 Thread Julian Hyde
ly >>> don't know what I'm doing :) I added a new operator table which I'm >>> guessing we probably don't want to do but it made it easier for me when >>> testing to isolate the new code. >>> >>> -- >>> Michael Mior >>>

Re: SQL:2016

2018-04-19 Thread Michael Mior
n't want to do but it made it easier for me when > > testing to isolate the new code. > > > > -- > > Michael Mior > > mm...@uwaterloo.ca > > > > 2018-04-18 17:00 GMT-04:00 Julian Hyde : > > > >> Somehow I missed it, but a new

Re: SQL:2016

2018-04-18 Thread Julian Hyde
e SQL standard was released in >> December 2016. Here is wikipedia’s description of the new features: >> >>> SQL:2016 introduced 44 new optional features. 22 of them belong >>> to the JSON functionality, ten more are related to polymorphic table >>> fu

Re: SQL:2016

2018-04-18 Thread Michael Mior
; Somehow I missed it, but a new version of the SQL standard was released in > December 2016. Here is wikipedia’s description of the new features: > > > SQL:2016 introduced 44 new optional features. 22 of them belong > > to the JSON functionality, ten more are related to polymor

[jira] [Created] (CALCITE-2266) Implement SQL 2016 JSON functions

2018-04-18 Thread Michael Mior (JIRA)
Michael Mior created CALCITE-2266: - Summary: Implement SQL 2016 JSON functions Key: CALCITE-2266 URL: https://issues.apache.org/jira/browse/CALCITE-2266 Project: Calcite Issue Type

SQL:2016

2018-04-18 Thread Julian Hyde
Somehow I missed it, but a new version of the SQL standard was released in December 2016. Here is wikipedia’s description of the new features: > SQL:2016 introduced 44 new optional features. 22 of them belong > to the JSON functionality, ten more are related to polymorphic table > funct