Ulimo
Ulimo
This is in preperation to run streams in a distributed fashion.
When implementing a distributed runtime there will be cases where having an append only log will be beneficial to store a log of events. This storage should allow Append which...
Today the only required output is the column names, but it should instead return also the data types if there are any. If the source does not support data types,...
This change adds a storage container abstraction to allow different storage solutions. This is in preparation of column store of values.
This is required in the step to implement distributed streams.
This change adds type validation to the query plan creation step when using SQL. It tries to solve one of the common issues with: WHERE boolValue = 1 which would...
Access requirements: The solution should only require normal data operation access rights. So no new tables will be created or deleted during runtime. Data model: ``` [Streams] *StreamKey {label: "int,...
This class allows updates to a leaf without the use of a lambda function which can help with capture groups and heap allocation. It also keeps a reference to the...