| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.json |
| Modifier and Type | Method and Description |
|---|---|
static HiveJsonWriter.Feature |
HiveJsonWriter.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveJsonWriter.Feature[] |
HiveJsonWriter.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<HiveJsonWriter.Feature> |
HiveJsonWriter.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveJsonWriter.disable(HiveJsonWriter.Feature feature) |
void |
HiveJsonWriter.enable(HiveJsonWriter.Feature feature) |
boolean |
HiveJsonWriter.isEnabled(HiveJsonWriter.Feature feature) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.