Package io.trino.plugin.hive
Class HivePartitionKey
- java.lang.Object
-
- io.trino.plugin.hive.HivePartitionKey
-
public final class HivePartitionKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHIVE_DEFAULT_DYNAMIC_PARTITION
-
Constructor Summary
Constructors Constructor Description HivePartitionKey(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetEstimatedSizeInBytes()StringgetName()StringgetValue()inthashCode()StringtoString()
-
-
-
Field Detail
-
HIVE_DEFAULT_DYNAMIC_PARTITION
public static final String HIVE_DEFAULT_DYNAMIC_PARTITION
- See Also:
- Constant Field Values
-
-