Apache Ignite.NET
Apache.Ignite.Linq.CompiledQuery Class Reference

Represents a compiled cache query. More...

Static Public Member Functions

static Func< IQueryCursor< T > > Compile< T > (Func< IQueryable< T >> query)
 Creates a new delegate that represents the compiled cache query. More...
 
static Func< T1, IQueryCursor< T > > Compile< T, T1 > (Func< T1, IQueryable< T >> query)
 Creates a new delegate that represents the compiled cache query. More...
 
static Func< T1, T2, IQueryCursor< T > > Compile< T, T1, T2 > (Func< T1, T2, IQueryable< T >> query)
 Creates a new delegate that represents the compiled cache query. More...
 
static Func< T1, T2, T3, IQueryCursor< T > > Compile< T, T1, T2, T3 > (Func< T1, T2, T3, IQueryable< T >> query)
 Creates a new delegate that represents the compiled cache query. More...
 
static Func< T1, T2, T3, T4, IQueryCursor< T > > Compile< T, T1, T2, T3, T4 > (Func< T1, T2, T3, T4, IQueryable< T >> query)
 Creates a new delegate that represents the compiled cache query. More...
 
static Func< T1, T2, T3, T4, T5, IQueryCursor< T > > Compile< T, T1, T2, T3, T4, T5 > (Func< T1, T2, T3, T4, T5, IQueryable< T >> query)
 Creates a new delegate that represents the compiled cache query. More...
 
static Func< T1, T2, T3, T4, T5, T6, IQueryCursor< T > > Compile< T, T1, T2, T3, T4, T5, T6 > (Func< T1, T2, T3, T4, T5, T6, IQueryable< T >> query)
 Creates a new delegate that represents the compiled cache query. More...
 
static Func< T1, T2, T3, T4, T5, T6, T7, IQueryCursor< T > > Compile< T, T1, T2, T3, T4, T5, T6, T7 > (Func< T1, T2, T3, T4, T5, T6, T7, IQueryable< T >> query)
 Creates a new delegate that represents the compiled cache query. More...
 
static Func< T1, T2, T3, T4, T5, T6, T7, T8, IQueryCursor< T > > Compile< T, T1, T2, T3, T4, T5, T6, T7, T8 > (Func< T1, T2, T3, T4, T5, T6, T7, T8, IQueryable< T >> query)
 Creates a new delegate that represents the compiled cache query. More...
 

Detailed Description

Member Function Documentation

static Func<IQueryCursor<T> > Apache.Ignite.Linq.CompiledQuery.Compile< T > ( Func< IQueryable< T >>  query)
static
Parameters
queryThe query to compile.
Returns
Delegate that represents the compiled cache query.
static Func<T1, IQueryCursor<T> > Apache.Ignite.Linq.CompiledQuery.Compile< T, T1 > ( Func< T1, IQueryable< T >>  query)
static
Parameters
queryThe query to compile.
Returns
Delegate that represents the compiled cache query.
static Func<T1, T2, IQueryCursor<T> > Apache.Ignite.Linq.CompiledQuery.Compile< T, T1, T2 > ( Func< T1, T2, IQueryable< T >>  query)
static
Parameters
queryThe query to compile.
Returns
Delegate that represents the compiled cache query.
static Func<T1, T2, T3, IQueryCursor<T> > Apache.Ignite.Linq.CompiledQuery.Compile< T, T1, T2, T3 > ( Func< T1, T2, T3, IQueryable< T >>  query)
static
Parameters
queryThe query to compile.
Returns
Delegate that represents the compiled cache query.
static Func<T1, T2, T3, T4, IQueryCursor<T> > Apache.Ignite.Linq.CompiledQuery.Compile< T, T1, T2, T3, T4 > ( Func< T1, T2, T3, T4, IQueryable< T >>  query)
static
Parameters
queryThe query to compile.
Returns
Delegate that represents the compiled cache query.
static Func<T1, T2, T3, T4, T5, IQueryCursor<T> > Apache.Ignite.Linq.CompiledQuery.Compile< T, T1, T2, T3, T4, T5 > ( Func< T1, T2, T3, T4, T5, IQueryable< T >>  query)
static
Parameters
queryThe query to compile.
Returns
Delegate that represents the compiled cache query.
static Func<T1, T2, T3, T4, T5, T6, IQueryCursor<T> > Apache.Ignite.Linq.CompiledQuery.Compile< T, T1, T2, T3, T4, T5, T6 > ( Func< T1, T2, T3, T4, T5, T6, IQueryable< T >>  query)
static
Parameters
queryThe query to compile.
Returns
Delegate that represents the compiled cache query.
static Func<T1, T2, T3, T4, T5, T6, T7, IQueryCursor<T> > Apache.Ignite.Linq.CompiledQuery.Compile< T, T1, T2, T3, T4, T5, T6, T7 > ( Func< T1, T2, T3, T4, T5, T6, T7, IQueryable< T >>  query)
static
Parameters
queryThe query to compile.
Returns
Delegate that represents the compiled cache query.
static Func<T1, T2, T3, T4, T5, T6, T7, T8, IQueryCursor<T> > Apache.Ignite.Linq.CompiledQuery.Compile< T, T1, T2, T3, T4, T5, T6, T7, T8 > ( Func< T1, T2, T3, T4, T5, T6, T7, T8, IQueryable< T >>  query)
static
Parameters
queryThe query to compile.
Returns
Delegate that represents the compiled cache query.