Package org.apache.calcite.adapter.java


package org.apache.calcite.adapter.java
Query provider based on Java in-memory data structures.
  • Class
    Description
    Abstract base class for implementing Table.
    Annotation that indicates that a field is an array type.
    Type factory that can register Java classes as record types.
    Annotation that indicates that a field is a map type.
    Implementation of Schema that exposes the public fields and methods in a Java object.
    Factory that creates a schema by instantiating an object and looking at its public fields.