public class FileSchemaFactory extends Object implements org.apache.calcite.schema.SchemaFactory
FileSchema.
Allows a custom schema to be included in a model.json file. See File adapter.
| Modifier and Type | Field and Description |
|---|---|
static FileSchemaFactory |
INSTANCE
Public singleton, per factory contract.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.schema.Schema |
create(org.apache.calcite.schema.SchemaPlus parentSchema,
String name,
Map<String,Object> operand) |
public static final FileSchemaFactory INSTANCE
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.