public abstract static class CalciteSchema.FunctionEntry extends CalciteSchema.Entry
name, schema| Modifier | Constructor and Description |
|---|---|
protected |
FunctionEntry(CalciteSchema schema,
String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract Function |
getFunction() |
abstract boolean |
isMaterialization()
Whether this represents a materialized view.
|
pathprotected FunctionEntry(CalciteSchema schema, String name)
public abstract Function getFunction()
public abstract boolean isMaterialization()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.