| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.calcite.reloperators |
| Modifier and Type | Method and Description |
|---|---|
static HiveTableScan.HiveTableScanTrait |
HiveTableScan.HiveTableScanTrait.from(Map<String,String> properties) |
HiveTableScan.HiveTableScanTrait |
HiveTableScan.getTableScanTrait() |
static HiveTableScan.HiveTableScanTrait |
HiveTableScan.HiveTableScanTrait.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveTableScan.HiveTableScanTrait[] |
HiveTableScan.HiveTableScanTrait.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HiveTableScan |
HiveTableScan.setTableScanTrait(HiveTableScan.HiveTableScanTrait tableScanTrait) |
| Constructor and Description |
|---|
HiveTableScan(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traitSet,
RelOptHiveTable table,
String alias,
String concatQbIDAlias,
boolean useQBIdInDigest,
boolean insideView,
HiveTableScan.HiveTableScanTrait tableScanTrait) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.