Merge remote-tracking branch 'upstream/ignite-1.6.6' into ignite-1.6.6
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/118db2fc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/118db2fc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/118db2fc Branch: refs/heads/master Commit: 118db2fcffe3534aa1e5f4b97b8fbe23891752c4 Parents: 4e9e7b8 25b59d7 Author: vozerov-gridgain <[email protected]> Authored: Wed Aug 24 12:12:24 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Wed Aug 24 12:12:24 2016 +0300 ---------------------------------------------------------------------- .../Cache/Query/CacheLinqTest.cs | 196 +++++++++++++- .../Apache.Ignite.Linq.csproj | 2 +- .../dotnet/Apache.Ignite.Linq/CompiledQuery.cs | 1 + .../dotnet/Apache.Ignite.Linq/CompiledQuery2.cs | 257 +++++++++++++++++++ .../Impl/CacheFieldsQueryExecutor.cs | 116 ++++++++- .../Impl/CacheQueryExpressionVisitor.cs | 15 ++ .../Impl/CacheQueryModelVisitor.cs | 15 +- .../Impl/CacheQueryableBase.cs | 22 ++ .../Apache.Ignite.Linq/Impl/ExpressionWalker.cs | 10 + .../Apache.Ignite.Linq/Impl/ICacheQueryProxy.cs | 40 --- .../Impl/ICacheQueryableInternal.cs | 14 +- .../commands/alert/VisorAlertCommand.scala | 43 ++-- .../commands/cache/VisorCacheCommand.scala | 16 +- 13 files changed, 661 insertions(+), 86 deletions(-) ----------------------------------------------------------------------
