Package io.trino.plugin.hive
Class HivePartition
- java.lang.Object
-
- io.trino.plugin.hive.HivePartition
-
public class HivePartition extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNPARTITIONED_ID
-
Constructor Summary
Constructors Constructor Description HivePartition(SchemaTableName tableName)HivePartition(SchemaTableName tableName, String partitionId, Map<ColumnHandle,NullableValue> keys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Map<ColumnHandle,NullableValue>getKeys()StringgetPartitionId()SchemaTableNamegetTableName()inthashCode()StringtoString()
-
-
-
Field Detail
-
UNPARTITIONED_ID
public static final String UNPARTITIONED_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HivePartition
public HivePartition(SchemaTableName tableName)
-
HivePartition
public HivePartition(SchemaTableName tableName, String partitionId, Map<ColumnHandle,NullableValue> keys)
-
-
Method Detail
-
getTableName
public SchemaTableName getTableName()
-
getPartitionId
public String getPartitionId()
-
getKeys
public Map<ColumnHandle,NullableValue> getKeys()
-
-