Package io.trino.plugin.hive
Class HiveColumnProjectionInfo
- java.lang.Object
-
- io.trino.plugin.hive.HiveColumnProjectionInfo
-
public class HiveColumnProjectionInfo extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static StringgeneratePartialName(List<String> dereferenceNames)List<Integer>getDereferenceIndices()List<String>getDereferenceNames()HiveTypegetHiveType()StringgetPartialName()TypegetType()inthashCode()
-