Interface DataAggregation.Builder

    • Method Detail

      • datasetRowDateGranularity

        DataAggregation.Builder datasetRowDateGranularity​(String datasetRowDateGranularity)

        The level of time precision that is used to aggregate DateTime values.

        Parameters:
        datasetRowDateGranularity - The level of time precision that is used to aggregate DateTime values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TopicTimeGranularity, TopicTimeGranularity
      • datasetRowDateGranularity

        DataAggregation.Builder datasetRowDateGranularity​(TopicTimeGranularity datasetRowDateGranularity)

        The level of time precision that is used to aggregate DateTime values.

        Parameters:
        datasetRowDateGranularity - The level of time precision that is used to aggregate DateTime values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TopicTimeGranularity, TopicTimeGranularity
      • defaultDateColumnName

        DataAggregation.Builder defaultDateColumnName​(String defaultDateColumnName)

        The column name for the default date.

        Parameters:
        defaultDateColumnName - The column name for the default date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.