alamb closed issue #16018: Include datatypes in logicalplan for inferred
statements
URL: https://github.com/apache/datafusion/issues/16018
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specifi
brayanjuls commented on issue #16018:
URL: https://github.com/apache/datafusion/issues/16018#issuecomment-2869031591
take
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
brayanjuls opened a new issue, #16018:
URL: https://github.com/apache/datafusion/issues/16018
Given a prepare statement: `PREPARE my_plan AS SELECT id, age FROM person
WHERE age BETWEEN $1 AND $2`
The generated logical plan would look like this:
```
Prepare: "my_plan" []