olap
Here are 123 public repositories matching this topic...
数据源对接jdbc presto,presto sql不复杂,但一个任务对接多个看板,返回数据 是null,查看 代码:
synchronized (context) {
context.wait(10 * 60 * 1000);
}
唤醒代码:
synchronized (context) {
context.setData(data);
context.notify();
}
返回的data=null,
我将自动等待时长加到30 * 60 * 1000,错误还是一样
When specifying a model, if I add some attributes that don't exist in my dataset I get no warnings or errors. To reproduce, you can use the sample model.json file in examples/hello_world folder:
"mappings": {
"item.line_item": "line_item",
"item.subcategory": "subcategory",
"item.subcategory_label": "s
Add xa admin commands:
- radon xa recover
mysql > radon xa recover;
+----------+--------------+
| formatID | backend |
+----------+--------------+
| xxx | xx |
+----------+--------------+
1 row in set (0.00 sec)
-
radon xa rollback all;
rollback all the xa transaction -
radon xa commit all;
commit all the xa transaction
[docs] unsupport sql
Merging a few issues into one here.
Numeric Scalar
- ACOS, ASIN, ATAN, COS, SIN, TAN, COT, ATAN2 [MySQL, PostgreSQL]
- BIT_AND, BIT_COUNT, BIT_LENGTH, BIT_OR, BIT_XOR, ~ [MySQL]
- CEIL, CEILING, FLOOR [MySQL, PostgreSQL]
- LOG, LOG10, LOG2, LN [MySQL, PostgreSQL]
- PI [PostgreSQL]
- RANDOM
- SQRT, POWER, CBRT [PostgreSQL]
Please include a tutorial on how to set up Connections, Cubes, Schedulers, etc., including steps on how to troubleshoot any connection problems in particular.
Thanks for help.
I find the doucment for mondrian 4 schema (https://mondrian.pentaho.com/head/documentation/schema.php#Schema_element), but the very import chapters (3.3) missing, and i cannot find any infromation about Dimensions key and Attributes. Its so different about mondrian 3. So where i can find some useful information about it. I search it in google but nothing helpful.
-
Updated
Apr 11, 2020
-
Updated
May 15, 2020 - Java
From #100, negative values are not shown by the pie chart.
Possibilities:
- At least inform the user that N slices are missing due to negative values
- Shown as 0 values to force their inclusion in the legend.
- Show it correctly if all of them are negative.
We should check in serialized results to the repo for past sybil versions and make sure that future sybil binaries are compatible with them
-
Updated
Mar 31, 2020 - Go
-
Updated
Apr 23, 2020 - Java
-
Updated
May 2, 2018 - Java
-
Updated
May 20, 2020 - Python
-
Updated
May 26, 2020 - C++
-
Updated
Aug 5, 2019 - C#
-
Updated
Dec 12, 2019
-
Updated
May 26, 2020 - C
-
Updated
May 13, 2020 - Java
-
Updated
Jan 24, 2020 - JavaScript
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."
Use case
ClickHouse/ClickHouse#7971