[jira] [Created] (CALCITE-4455) Calcite SQLParser: Provide support for INSERT OVERWRITE

2021-01-04 Thread shradha (Jira)
shradha created CALCITE-4455: Summary: Calcite SQLParser: Provide support for INSERT OVERWRITE Key: CALCITE-4455 URL: https://issues.apache.org/jira/browse/CALCITE-4455 Project: Calcite Issue Typ

[jira] [Created] (CALCITE-4454) Calcite SQLParser: Provide support for RLIKE expressions

2021-01-04 Thread shradha (Jira)
shradha created CALCITE-4454: Summary: Calcite SQLParser: Provide support for RLIKE expressions Key: CALCITE-4454 URL: https://issues.apache.org/jira/browse/CALCITE-4454 Project: Calcite Issue Ty

How to rewrite a query using calcite. Any Example?

2021-01-04 Thread kant kodali
Hi All, is there a way to parse only the where clause using calcite (any sample code)? meaning, for example, assume the input is something like view1.col1 = value1 or view2.col2 = value2 and view3.col3 = value3 I want to parse this expression and replace view1.col1 with a, view2.col2 with b and

Re: [DISCUSS] Apache Calcite Online Meetup January 2021

2021-01-04 Thread Vineet G
Hi Stamatis, Something has come up and unfortunately I will not be able to present the talk. Vineet > On Jan 3, 2021, at 1:37 PM, Stamatis Zampetakis wrote: > > I updated the agenda on meetup to include Julian's talk around spatial > queries. > > So far we have four presentations lasting appr

function that computes across rows

2021-01-04 Thread wrstrs
Hi All, Does Calcite support a custom function that computes across rows, such as a day-by-day ratio function which going to implement : DBD  Input: SELECT      DBD(a) AS a_dbd FROM     table_xx WHERE     d = '20210101' ORDER B

[jira] [Created] (CALCITE-4453) RexExecutorImpl#compile should use RexBuilder's type factory if possible

2021-01-04 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4453: -- Summary: RexExecutorImpl#compile should use RexBuilder's type factory if possible Key: CALCITE-4453 URL: https://issues.apache.org/jira/browse/CALCITE-4453 Project: Calci