Package org.apache.drill.exec.store.hive
Class HiveTableWrapper.FieldSchemaWrapper
java.lang.Object
org.apache.drill.exec.store.hive.HiveTableWrapper.FieldSchemaWrapper
- Enclosing class:
- HiveTableWrapper
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFieldSchemaWrapper
(String name, String type, String comment) FieldSchemaWrapper
(org.apache.hadoop.hive.metastore.api.FieldSchema fieldSchema) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hive.metastore.api.FieldSchema
-
Field Details
-
name
-
type
-
comment
-
-
Constructor Details
-
FieldSchemaWrapper
-
FieldSchemaWrapper
public FieldSchemaWrapper(org.apache.hadoop.hive.metastore.api.FieldSchema fieldSchema)
-
-
Method Details
-
getFieldSchema
public org.apache.hadoop.hive.metastore.api.FieldSchema getFieldSchema()
-