-
Updated
Jan 5, 2022 - C++
olap
Here are 167 public repositories matching this topic...
Proposed changes
Close related #7513 (replace it with issue number if it exists).
Describe the overview of changes, and introduce why we need it.
Types of changes
What types of changes does your code introduce to Doris?
Put an x in the boxes that apply
- Bugfix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality
Use case:
Add the ability to search for an element in an array and retrieve back the array index.
As per the PostgreSQL documentation:
array_position ( anycompatiblearray, anycompatible [, integer ] ) → integer
Returns the subscript of the first occurrence of the second argument in the array, or NULL if it's not present
-
Updated
Jan 5, 2022 - Rust
-
Updated
Apr 30, 2021 - JavaScript
Hey everyone!
mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/omniscidb-cpu)
now we should add some instructions on the documentation.
at this moment it is available for linux and osx.
some additional information about the configuration:
- for now, always install
omniscidb-cpuinside a conda environment (also it is a good practice), eg:
use Buffer instead of std::vector in column container
We may change the Buffer implementation in the future. but some function break this rules. we need fix it
eg:
raw::make_room(std::vector<T>* v, size_t n) -> raw::make_room(Buffer<T>* v, size_t n)
-
Updated
Aug 6, 2021 - Go
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We would like to compute a power function (like 2**4 = 2 * 2 * 2 * 2) in datafusion
@matthewmturner asks for it here: apache/arrow-datafusion#147 (comment)
Describe the solution you'd like
Implement the power function as described in
-
Updated
Oct 13, 2021 - Python
-
Updated
Dec 2, 2016 - Python
-
Updated
Oct 6, 2021
-
Updated
Dec 9, 2021 - Java
-
Updated
Feb 2, 2019 - JavaScript
AOE v0.1.0 limitations:
- AOE has a global hard limit of ? table count.
- AOE has a hard limit of ? columns per table.
-
Updated
Mar 24, 2021 - Go
-
Updated
Dec 11, 2021 - Rust
-
Updated
Oct 16, 2021 - Go
-
Updated
Jan 5, 2022 - Rust
-
Updated
Dec 16, 2021 - Kotlin
-
Updated
Jan 5, 2022
-
Updated
Jan 5, 2022 - C++
Improve this page
Add a description, image, and links to the olap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the olap topic, visit your repo's landing page and select "manage topics."