ohadzeliger
ohadzeliger
When common primary key for an index cannot be derived (e.g. when the PKs for the types are not equal) but the PK length is the same, remote fetch can...
Add support for "IndexEntryReturnPolicy" in the FDB Remote Fetch feature. This would instruct FDB to not return index entries when doing remote fetch. - Create an enum for the 4...
As an optimization, add support for excluding some of the index entries from remote fetch operations.
Implement new evaluation method that returns an "unequal" object when facing a comparison key that returns multiple items (as is the case with repeated fields with multiple entries). This would...
Add support and tests for count and countNonNull: #1424. Specifically, the following are true for aggregations and counts: 1. Zero records aggregate to NULL (e.g. Sum() and Avg() without any...
Create a mock store that can use mock data to simulate a store for testing purposes without FDB running. This can be used for feature testing with mock data but...
Streaming aggregate support should have operators for count (including nulls) and countNonNull.