query-engine
Here are 81 public repositories matching this topic...
-
Updated
Jun 5, 2022 - Go
MSSQL Storage
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
PR apache/arrow-datafusion#2521 adds OFFSET to the logical plan. We should implement a physical plan for it.
Describe the solution you'd like
Implement OFFSET physical plan.
Describe alternatives you've considered
None
Additional context
None
We currently have support for some, but not all of MySQL's logical operators.
For example, select 1 OR 1; works, but not select 1 XOR 1;. We should review MySQL's logical operators and ensure we support all of them.
Found by: go-sqlsmith
-
Updated
May 25, 2022 - Go
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue to just plain LinkStream.
-
Updated
Jun 2, 2022 - Go
-
Updated
May 23, 2022 - Go
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
May 21, 2022 - C#
-
Updated
May 31, 2022 - Java
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Jun 5, 2022 - C++
Describe the bug
We have a hard-coded distinct = false parameter in ballista/rust/core/src/serde/physical_plan/mod.rs.
Ok(create_aggregate_expr(
&aggr_function.into(),
false, // <-- hard-coded "distinct"
input_phy_expr.as_slice(),
&physical_schema,
name.to_string(),
)?)To Reproduce
Try running a COUNT(DISTINCT expr) in Ballista
**E
-
Updated
May 11, 2022 - Elixir
-
Updated
Nov 3, 2020 - Shell
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
May 28, 2022 - Coq
-
Updated
Mar 18, 2019 - Scala
-
Updated
May 20, 2022 - Java
-
Updated
Jan 15, 2019 - JavaScript
-
Updated
Jan 5, 2019 - Python
-
Updated
Jun 3, 2022 - Clojure
-
Updated
Sep 13, 2017 - Python
-
Updated
Mar 27, 2021 - Rust
-
Updated
Oct 2, 2020 - Futhark
Improve this page
Add a description, image, and links to the query-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query-engine topic, visit your repo's landing page and select "manage topics."
The similar issue with https://github.com/trinodb/trino/issues/10857 and https://github.com/trinodb/trino/issues/11110