Re: Dynamic Parameters Handling in RelNode

2024-05-02 Thread Ravi Kapoor
the RelNode in the > first place. Maybe if you know the schema (data types of the table > columns), it is possible to get around the lack of a name, but I do not see > how this works if there is no table object or schema in the first place. > > Thanks, > Walaa. > > > On Thu, May 2

Dynamic Parameters Handling in RelNode

2024-05-02 Thread Ravi Kapoor
Hello Team, Is there any way in the calcite framework to use runtime variables in Rel Node in order to get the same variable back in the translated query? Basically I want the same variable to be used back as the runtime parameter after query translation. Here I am talking specifically about

CALCITE-3147 | Not Supported

2021-11-09 Thread Ravi Kapoor
Hi Team, As per https://issues.apache.org/jira/browse/CALCITE-3147 the triple quoted string for BigQuerySqlDialect should also be supported in case of query falls in multiple lines. However, I cannot see it working. Neither do we have a test case supporting the use case. Can you please provide

Link4j AST Node | ExpressionWriter Runtime Exception

2020-05-27 Thread Ravi Kapoor
RuntimeException - unparse not supported. Can you please check on this? -- Thanks, Ravi Kapoor +91-9818764564 kapoorrav...@gmail.com

Re: Stored Proc to Relational Expression

2020-04-22 Thread Ravi Kapoor
of variables, use of variables in > > expressions assigning to other variables - but it is a long way short > > because there are no loops. > > > > > On Apr 19, 2020, at 12:47 PM, Ravi Kapoor > > wrote: > > > > > > Hi Team, > > > >

Stored Proc to Relational Expression

2020-04-19 Thread Ravi Kapoor
Hi Team, I have my use where I need to convert my dialect specific stored procedure constructs like while loop, If then else to Rel expression Basically this can contain control flow statements like below DECLARE heads BOOL; DECLARE heads_count INT64 DEFAULT 0; LOOP SET heads = RAND() < 0.5;

[jira] [Created] (CALCITE-3784) RexCall toString digest gives OOM while huge expression is evaluated

2020-02-11 Thread Ravi Kapoor (Jira)
Ravi Kapoor created CALCITE-3784: Summary: RexCall toString digest gives OOM while huge expression is evaluated Key: CALCITE-3784 URL: https://issues.apache.org/jira/browse/CALCITE-3784 Project