@Retention(value=RUNTIME) @Target(value=FIELD) public @interface MetastoreFieldDefinition
| Modifier and Type | Required Element and Description |
|---|---|
MetastoreColumn |
column
Indicates Metastore column which can be used in select or filter.
|
MetadataType[] |
scopes
Indicated metadata types to which field belongs to.
|
public abstract MetastoreColumn column
public abstract MetadataType[] scopes
Copyright © 2021 The Apache Software Foundation. All rights reserved.