Interface InputColumn.Builder

    • Method Detail

      • name

        InputColumn.Builder name​(String name)

        The name of this column in the underlying data source.

        Parameters:
        name - The name of this column in the underlying data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subType

        InputColumn.Builder subType​(String subType)

        The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.

        Parameters:
        subType - The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColumnDataSubType, ColumnDataSubType
      • subType

        InputColumn.Builder subType​(ColumnDataSubType subType)

        The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.

        Parameters:
        subType - The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColumnDataSubType, ColumnDataSubType