public class TableParameterCodec extends Object
| Constructor and Description |
|---|
TableParameterCodec() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
decode(Map<String,String> tableParameters)
Decode Hive table parameters into additional Presto table properties.
|
Map<String,String> |
encode(Map<String,Object> tableProperties)
Encode additional Presto table properties into Hive table parameters.
|
Copyright © 2012–2023. All rights reserved.