The Wayback Machine - https://web.archive.org/web/20220328183655/https://github.com/topics/olap
Skip to content
#

olap

Here are 183 public repositories matching this topic...

duckdb
pgabry
pgabry commented Jan 13, 2022

In Big Query there is a function array_concat_agg that aggregates array fields by concatenating the arrays. In Snowflake there is a flatten function that can unnest nested arrays into single array. I am looking for similar functionality in duckdb.

select flatten([[1, 2], [2, 3], [4, 5]] would return [1, 2, 2, 3, 4, 5]
I would also need a distinct option:
`select flatten(DISTINCT [[1, 2],

good first issue feature
Denovo1998
Denovo1998 commented Jul 19, 2021

Proposed changes

Doris's Routine Load realizes the import of data from Kafka to Doris, and make a feature of real-time synchronization of data from Pulsar to Doris based on Pulsar IO.

  1. The custom abstract class DorisAbstractSink implements the interface org.apache.pulsar.io.core.Sink.

  2. The DorisGenericRecordSink class inherits the abstract class DorisAbstractSink, and the speci

kind/feature good first issue area/extension/pulsar
xmnlab
xmnlab commented Mar 19, 2019

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:

  1. for now, always install omniscidb-cpu inside a conda environment (also it is a good practice), eg:
yjshen
yjshen commented Mar 25, 2022

TPC-DS has many queries with IN predicates where all elements are constants. It's a low-hanging fruit if we could implement an InSet function for this all constants value case.

While implementing this, we could either use a hashtable or a chain of if-elif-else, depending on the length and the type of the constants array.

Q8:

 WHERE substr(ca_zip, 1, 5) IN (
               '2412
enhancement good first issue help wanted
skyzh
skyzh commented Feb 28, 2022

https://github.com/risinglightdb/risinglight/blob/7b5bc7a1a258afd64a483990ca95f4c799482791/src/storage/secondary/version_manager.rs#L258-L263

Currently, users will need to manually call pin and unpin. If there are futures cancelled or somehow, it is possible that we fail to unpin by ourselves.

We should implement a struct called Version, and implement Drop for it. pin will return a

enhancement good first issue
aiwenmo
aiwenmo commented Mar 27, 2022

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Add internationalization configuration of menu. The document is located in dlink-web/src/locales//menu.ts.
增加菜单的国际化配置,文件位于 dlink-web/src/locales/
/menu.ts。

Use case

No response

Related issues

_No respons

enhancement good first issue
dengn
dengn commented Mar 25, 2022

Is there an existing issue for the same feature request?

  • I have checked the existing issues.

Is your feature request related to a problem?

Describe the feature you'd like

  1. Similar to MySQL 8.0 in syntax.
  2. Function syntax

STDDEV_POP(expr)

Returns the population standa

good first issue MatrixCamp Challenging aggregate function

Improve this page

Add a description, image, and links to the olap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the olap topic, visit your repo's landing page and select "manage topics."

Learn more