Package io.trino.plugin.hive
Class HiveInputInfo
- java.lang.Object
-
- io.trino.plugin.hive.HiveInputInfo
-
public class HiveInputInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description HiveInputInfo(List<String> partitionIds, boolean partitioned, Optional<String> tableDefaultFileFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>getPartitionIds()Optional<String>getTableDefaultFileFormat()inthashCode()booleanisPartitioned()
-