public interface Column<T extends BaseTable<T>>
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | getColumnFamilyBytes()Returns column family name(as bytes) associated with this column. | 
| byte[] | getColumnQualifierBytes()Get byte representation for this column qualifier. | 
| Attribute[] | getCombinedAttrsWithAggr(Attribute... attributes)Return attributed combined with aggregations, if any. | 
| ValueConverter | getValueConverter()Returns value converter implementation associated with this column. | 
| boolean | supplementCellTimestamp()Return true if the cell timestamp needs to be supplemented. | 
byte[] getColumnFamilyBytes()
byte[] getColumnQualifierBytes()
ValueConverter getValueConverter()
ValueConverter implementation.Attribute[] getCombinedAttrsWithAggr(Attribute... attributes)
boolean supplementCellTimestamp()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.