public static class ColumnMappings.ColumnMapping extends Object
Modifier and Type | Method and Description |
---|---|
List<Boolean> |
getBinaryStorage() |
String |
getColumnName() |
TypeInfo |
getColumnType() |
String |
getFamilyName() |
byte[] |
getFamilyNameBytes() |
String |
getMappingSpec() |
String |
getQualifierName() |
byte[] |
getQualifierNameBytes() |
String |
getQualifierPrefix() |
byte[] |
getQualifierPrefixBytes() |
boolean |
isCategory(ObjectInspector.Category category) |
boolean |
isCategory(PrimitiveObjectInspector.PrimitiveCategory category) |
boolean |
isComparable() |
boolean |
isHbaseRowKey() |
public String getColumnName()
public TypeInfo getColumnType()
public String getFamilyName()
public String getQualifierName()
public byte[] getFamilyNameBytes()
public byte[] getQualifierNameBytes()
public boolean isHbaseRowKey()
public String getMappingSpec()
public String getQualifierPrefix()
public byte[] getQualifierPrefixBytes()
public boolean isCategory(ObjectInspector.Category category)
public boolean isCategory(PrimitiveObjectInspector.PrimitiveCategory category)
public boolean isComparable()
Copyright © 2017 The Apache Software Foundation. All rights reserved.