public static class AbstractSchema.Factory extends Object implements SchemaFactory
AbstractSchema.| Modifier and Type | Field and Description |
|---|---|
static AbstractSchema.Factory |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
Factory() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
create(SchemaPlus parentSchema,
String name,
Map<String,Object> operand)
Creates a Schema.
|
public static final AbstractSchema.Factory INSTANCE
public Schema create(SchemaPlus parentSchema, String name, Map<String,Object> operand)
SchemaFactorycreate in interface SchemaFactoryparentSchema - Parent schemaname - Name of this schemaoperand - The "operand" JSON propertyCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.