| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2 | |
| org.apache.hadoop.hive.serde2.json |
| Modifier and Type | Method and Description |
|---|---|
BinaryEncoding |
JsonSerDe.getBinaryEncoding() |
| Modifier and Type | Method and Description |
|---|---|
BinaryEncoding |
HiveJsonWriter.getBinaryEncodingType() |
BinaryEncoding |
HiveJsonReader.getBinaryEncodingType() |
static BinaryEncoding |
BinaryEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryEncoding[] |
BinaryEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HiveJsonWriter.setBinaryEncoding(BinaryEncoding encoding) |
void |
HiveJsonReader.setBinaryEncoding(BinaryEncoding encoding) |
| Constructor and Description |
|---|
HiveJsonWriter(BinaryEncoding encoding,
List<String> rootStructFieldNames)
Constructs a JSON writer.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.