| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.json |
| Modifier and Type | Method and Description |
|---|---|
static HiveJsonReader.Feature |
HiveJsonReader.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveJsonReader.Feature[] |
HiveJsonReader.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<HiveJsonReader.Feature> |
HiveJsonReader.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveJsonReader.disable(HiveJsonReader.Feature feature) |
void |
HiveJsonReader.enable(HiveJsonReader.Feature feature) |
boolean |
HiveJsonReader.isEnabled(HiveJsonReader.Feature feature) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.