Package org.apache.calcite.adapter.java
Query provider based on Java in-memory data
structures.
-
Interface Summary Interface Description JavaTypeFactory Type factory that can register Java classes as record types. -
Class Summary Class Description AbstractQueryableTable Abstract base class for implementingTable
.ReflectiveSchema Implementation ofSchema
that exposes the public fields and methods in a Java object.ReflectiveSchema.Factory Factory that creates a schema by instantiating an object and looking at its public fields.ReflectiveSchema.FieldSelector Function that returns an array of a given object's field values.ReflectiveSchema.FieldTable<T> Table based on a Java field.ReflectiveSchema.MethodTableMacro Table macro based on a Java method.ReflectiveSchema.ReflectiveTable Table that is implemented by reading from a Java object. -
Annotation Types Summary Annotation Type Description Array Annotation that indicates that a field is an array type.Map Annotation that indicates that a field is a map type.