Class ReflectiveSchema

java.lang.Object
org.apache.calcite.schema.impl.AbstractSchema
org.apache.calcite.adapter.java.ReflectiveSchema
All Implemented Interfaces:
Schema

public class ReflectiveSchema extends AbstractSchema
Implementation of Schema that exposes the public fields and methods in a Java object.
  • Constructor Details

    • ReflectiveSchema

      public ReflectiveSchema(Object target)
      Creates a ReflectiveSchema.
      Parameters:
      target - Object whose fields will be sub-objects of the schema
  • Method Details