Class CalciteSchema.FunctionEntry

java.lang.Object
org.apache.calcite.jdbc.CalciteSchema.Entry
org.apache.calcite.jdbc.CalciteSchema.FunctionEntry
Direct Known Subclasses:
CalciteSchema.FunctionEntryImpl
Enclosing class:
CalciteSchema

public abstract static class CalciteSchema.FunctionEntry extends CalciteSchema.Entry
Membership of a function in a schema.
  • Constructor Details

  • Method Details

    • getFunction

      public abstract Function getFunction()
    • isMaterialization

      public abstract boolean isMaterialization()
      Whether this represents a materialized view. (At a given point in time, it may or may not be materialized as a table.)