-
Hi Jörg-Michael, please take a look at the example below. There is an inline `DATA` declaration that is filled using `COND` which is calling a method. The rule "Use FINAL for immutable variables" does…
-
Hello,
I'm subscribing to a Huawei device where it brings me all the arps learned.
Basically the json body is this:
`
[
{
"source": "200.204.204.13:57400",
"timestamp": 17304815…
-
Take an example:
```
dev=> create table t(user int, log varchar);
CREATE_TABLE
dev=> create sink sk1 as select user, (case when count(*) > 1 then true else false end) as status from t group by…
lmatz updated
4 months ago
-
While `MULTISET` doesn't maintain any ordering in standard SQL (and our `MULTISET` predicates emulate this correctly), our emulations still conveniently keep the ordering intact where possible.
Thi…
-
Stack trace:
```
0 CoreFoundation 0x00007ff8032261ba __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff802d4c42b objc_exception_throw + 48
2 C…
-
**Description**
Pgcat fails to start when one of the servers (replica) is not reachable.
**To Reproduce**
Steps to reproduce the behavior:
1. Add two servers in the configuration of your pool, o…
-
### Describe the bug
I am seeing unexpected behavior when using Point-in-Time Pagination with Search Slicing and wanted to verify if this is expected.
Search Slicing with PIT appears to behave som…
-
Running the Oklahoma scraper, here is a snippet of what I am seeing:
```
Date Published 2020-07-30
Total Cases 35740
Total Deaths …
-
### Feature Description
I'd love at least one, or all of these features to solve my challenges discussed in Use Case:
1. `countTokens(string, model)` a utility function to calculate token count fo…
-
After recent discussion with FE team using evitaDB, there may be use case were we want to fetch entity that has existing referenced entities of some type. On top of that however, we want to fetch coun…
novoj updated
2 months ago