Arnaud Mimart
Arnaud Mimart
## Purpose When using the `PlanBuilder` to establish a query plan from a query based on triple patterns, the triple patterns are considered as a Basic Graph Pattern. The current...
Closes #614 ## Details Here is an API evolution to integrate expression filtering capabilities in the cognitarium querying mechanism. The changes are breaking. The idea is to enhance the `WhereClause`...
## Purpose At claims submission, when storing them in the cognitarium we store additional information related to the context in which the claims has been submitted (e.g. the address which...
## Purpose Currently the use of `WhereClause` in queries as `QueryMsg::Select`, `QueryMsg::Construct` or `QueryMsg::Describe` allows to query triples matching provided patterns. In order to extend the querying capabilities allows to...
## Description When using `Context#Ln()` func we can observe different results depending on the system's arch, for example with the sample code below: ```go var decCtx = &apd.Context{ Precision: 34,...