Calcite and STREAM SQL support #47
Closed
akennedy4155
started this conversation in
General
Replies: 2 comments
-
Just found this in DataFusion docs.... So I think I'm definitely misunderstanding.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
One difference that I can find between the two is that Calcite is more complete than DataFusion with streaming aggregations and functions. Aggregations and windows such as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across Apache Calcite and I'm wondering if this is a standard that we would want to implement for Arroyo. It has a great library and documentation for different types of functions and aggregations for streams, and I think, based on my research, that Flink integrates and supports the functionality defined by Calcite.
I don't know the extent of the implementation of Calcite. I know that it's a lot of Java, but I'm not sure if the operations are actually implemented or if it's mostly parsing, planning, and structure, like I understand DataFusion to be, or if it actually implements these functions.
Either way, I'd be curious to hear what devs think about this.
Please correct me if there's any misinformation about DataFusion or Calcite embedded in the paragraph above. I'm still learning about this space and could be understanding something wrong.
Beta Was this translation helpful? Give feedback.
All reactions