public class RawDataReadSupport extends Object implements CarbonReadSupport<Object[]>
| Constructor and Description |
|---|
RawDataReadSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method iwll 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. |
Object[] |
readRow(Object[] data)
Just return same data.
|
public void intialize(CarbonColumn[] carbonColumns, AbsoluteTableIdentifier absoluteTableIdentifier)
CarbonReadSupportCarbonColumn] array to create its own schema to create its row.intialize in interface CarbonReadSupport<Object[]>public Object[] readRow(Object[] data)
readRow in interface CarbonReadSupport<Object[]>data - public void close()
close in interface CarbonReadSupport<Object[]>Copyright © 2016 The Apache Software Foundation. All rights reserved.