@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface HiveField
Modifier and Type | Required Element and Description |
---|---|
String |
name
The field name in Hive.
|
String |
type
The field type name in Hive.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
ignore
Whether Hive ignores the target data model or not.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.