Igniters,

In relation to .NET LINQ task [1], I'd like to know as much as possible
about Ignite-specific SQL syntax. Our docs [2] do not cover everything.

* Is it possible to query cache keys? E.g. "key > 10", or "key.field = 1"?
* Is it possible to query scalars, like "sum()"?
* What about nested fields? From examples, I see that nested fields get
flattened, so instead of Address.Zip you can just use Zip. Are there any
limitations? What if there is field name collision?

Where should I look to understand this better?

Thanks.

[1] https://issues.apache.org/jira/browse/IGNITE-1630
[2] https://apacheignite.readme.io/docs/sql-queries

-- 
-- 
Pavel Tupitsyn
GridGain Systems, Inc.
www.gridgain.com

Reply via email to