Class TransformationSlice

    • Constructor Detail

      • TransformationSlice

        public TransformationSlice​(String columnName,
                                   Set<String> inputColumns)
    • Method Detail

      • getColumnName

        public String getColumnName()
        Returns:
        the name of the column transformed by this operation
      • getInputColumns

        public Set<String> getInputColumns()
        Returns:
        the set of column names this slice depends on, which may or may not include the transformed column itself.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object