Interface ColumnType.Builder

    • Method Detail

      • scalarType

        ColumnType.Builder scalarType​(String scalarType)

        The allowed data types that the column has as it's value.

        Parameters:
        scalarType - The allowed data types that the column has as it's value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScalarType, ScalarType
      • scalarType

        ColumnType.Builder scalarType​(ScalarType scalarType)

        The allowed data types that the column has as it's value.

        Parameters:
        scalarType - The allowed data types that the column has as it's value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScalarType, ScalarType