Interface ColumnOp

    • Method Detail

      • setInputSchema

        void setInputSchema​(Schema inputSchema)
        Set the input schema.
      • getInputSchema

        Schema getInputSchema()
        Getter for input schema
        Returns:
      • outputColumnName

        String outputColumnName()
        The output column name after the operation has been applied
        Returns:
        the output column name
      • outputColumnNames

        String[] outputColumnNames()
        The output column names This will often be the same as the input
        Returns:
        the output column names
      • columnNames

        String[] columnNames()
        Returns column names this op is meant to run on
        Returns:
      • columnName

        String columnName()
        Returns a singular column name this op is meant to run on
        Returns: