Class DeltaLakeColumnProjectionInfo

java.lang.Object
io.trino.plugin.deltalake.DeltaLakeColumnProjectionInfo

public class DeltaLakeColumnProjectionInfo extends Object
  • Constructor Details

    • DeltaLakeColumnProjectionInfo

      public DeltaLakeColumnProjectionInfo(Type type, List<Integer> dereferenceIndices, List<String> dereferencePhysicalNames)
  • Method Details

    • getType

      public Type getType()
    • getDereferenceIndices

      public List<Integer> getDereferenceIndices()
    • getDereferencePhysicalNames

      public List<String> getDereferencePhysicalNames()
    • getPartialName

      public String getPartialName()
    • getRetainedSizeInBytes

      public long getRetainedSizeInBytes()
    • toHiveColumnProjectionInfo

      public io.trino.plugin.hive.HiveColumnProjectionInfo toHiveColumnProjectionInfo()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object