public static enum HiveTableScan.HiveTableScanTrait extends Enum<HiveTableScan.HiveTableScanTrait>
| Enum Constant and Description |
|---|
FetchDeletedRows
If this is a fully acid table scan fetch the deleted rows too.
|
FetchInsertOnlyBucketIds
Provide bucket and writeId for records coming from Insert only transactional tables.
|
| Modifier and Type | Method and Description |
|---|---|
static HiveTableScan.HiveTableScanTrait |
from(Map<String,String> properties) |
String |
getPropertyKey() |
static HiveTableScan.HiveTableScanTrait |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveTableScan.HiveTableScanTrait[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveTableScan.HiveTableScanTrait FetchDeletedRows
public static final HiveTableScan.HiveTableScanTrait FetchInsertOnlyBucketIds
public static HiveTableScan.HiveTableScanTrait[] values()
for (HiveTableScan.HiveTableScanTrait c : HiveTableScan.HiveTableScanTrait.values()) System.out.println(c);
public static HiveTableScan.HiveTableScanTrait valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPropertyKey()
public static HiveTableScan.HiveTableScanTrait from(Map<String,String> properties)
Copyright © 2022 The Apache Software Foundation. All rights reserved.