public interface CarbonReadSupport<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method will be used to clear the dictionary cache and update access count for each
column involved which will be used during eviction of columns from LRU cache if memory
reaches threshold
|
void |
intialize(CarbonColumn[] carbonColumns,
AbsoluteTableIdentifier absoluteTableIdentifier)
It can use [
CarbonColumn] array to create its own schema to create its row. |
T |
readRow(Object[] data) |
void intialize(CarbonColumn[] carbonColumns, AbsoluteTableIdentifier absoluteTableIdentifier)
CarbonColumn] array to create its own schema to create its row.carbonColumns - void close()
Copyright © 2016 The Apache Software Foundation. All rights reserved.