Package com.example
Class Linq4jExample
- java.lang.Object
-
- com.example.Linq4jExample
-
public class Linq4jExample extends java.lang.Object
Example using linq4j to query in-memory collections.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Linq4jExample.Employee
Employee.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.calcite.linq4j.function.Function1<Linq4jExample.Employee,java.lang.Integer>
EMP_DEPTNO_SELECTOR
static Linq4jExample.Employee[]
EMPS
-
Constructor Summary
Constructors Modifier Constructor Description private
Linq4jExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
EMPS
public static final Linq4jExample.Employee[] EMPS
-
EMP_DEPTNO_SELECTOR
public static final org.apache.calcite.linq4j.function.Function1<Linq4jExample.Employee,java.lang.Integer> EMP_DEPTNO_SELECTOR
-
-