|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualColumn | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.metadata | |
org.apache.hadoop.hive.ql.plan |
Uses of VirtualColumn in org.apache.hadoop.hive.ql.exec |
---|
Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type VirtualColumn | |
---|---|
static org.apache.hadoop.io.Writable[] |
MapOperator.populateVirtualColumnValues(ExecMapperContext ctx,
List<VirtualColumn> vcs,
org.apache.hadoop.io.Writable[] vcValues,
Deserializer deserializer)
|
Constructor parameters in org.apache.hadoop.hive.ql.exec with type arguments of type VirtualColumn | |
---|---|
FetchOperator(FetchWork work,
org.apache.hadoop.mapred.JobConf job,
Operator<?> operator,
List<VirtualColumn> vcCols)
|
Uses of VirtualColumn in org.apache.hadoop.hive.ql.metadata |
---|
Fields in org.apache.hadoop.hive.ql.metadata declared as VirtualColumn | |
---|---|
static VirtualColumn |
VirtualColumn.BLOCKOFFSET
|
static VirtualColumn |
VirtualColumn.FILENAME
|
static VirtualColumn |
VirtualColumn.GROUPINGID
GROUPINGID is used with GROUP BY GROUPINGS SETS, ROLLUP and CUBE. |
static VirtualColumn |
VirtualColumn.RAWDATASIZE
|
static VirtualColumn |
VirtualColumn.ROWOFFSET
|
Methods in org.apache.hadoop.hive.ql.metadata that return types with arguments of type VirtualColumn | |
---|---|
static List<VirtualColumn> |
VirtualColumn.getRegistry(org.apache.hadoop.conf.Configuration conf)
|
static List<VirtualColumn> |
VirtualColumn.getStatsRegistry(org.apache.hadoop.conf.Configuration conf)
|
Uses of VirtualColumn in org.apache.hadoop.hive.ql.plan |
---|
Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type VirtualColumn | |
---|---|
List<VirtualColumn> |
TableScanDesc.getVirtualCols()
|
Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type VirtualColumn | |
---|---|
void |
TableScanDesc.addVirtualCols(List<VirtualColumn> virtualCols)
|
void |
TableScanDesc.setVirtualCols(List<VirtualColumn> virtualCols)
|
Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type VirtualColumn | |
---|---|
TableScanDesc(String alias,
List<VirtualColumn> vcs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |