public abstract class FlinkSchema extends Object implements org.apache.calcite.schema.Schema
Schema, which provides some default implementations.| Constructor and Description |
|---|
FlinkSchema() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getFunctionNames() |
Collection<org.apache.calcite.schema.Function> |
getFunctions(String name) |
org.apache.calcite.rel.type.RelProtoDataType |
getType(String name) |
Set<String> |
getTypeNames() |
org.apache.calcite.schema.Schema |
snapshot(org.apache.calcite.schema.SchemaVersion version) |
public org.apache.calcite.rel.type.RelProtoDataType getType(String name)
getType in interface org.apache.calcite.schema.Schemapublic Set<String> getTypeNames()
getTypeNames in interface org.apache.calcite.schema.Schemapublic Collection<org.apache.calcite.schema.Function> getFunctions(String name)
getFunctions in interface org.apache.calcite.schema.Schemapublic Set<String> getFunctionNames()
getFunctionNames in interface org.apache.calcite.schema.Schemapublic org.apache.calcite.schema.Schema snapshot(org.apache.calcite.schema.SchemaVersion version)
snapshot in interface org.apache.calcite.schema.SchemaCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.