Class SchemaContainer
java.lang.Object
org.apache.drill.exec.record.metadata.schema.SchemaContainer
Holder class that contains table name, schema definition and current schema container version.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Schema container version holder contains version in int representation. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
SchemaContainer
-
SchemaContainer
public SchemaContainer(String table, String schema, Map<String, String> properties) throws IOException- Throws:
IOException
-
SchemaContainer
public SchemaContainer(String table, String schema, Map<String, String> properties, Integer version) throws IOException- Throws:
IOException
-
-
Method Details