Interface CortexDataSourceStreamWriter

    • Method Detail

      • performAggregation

        CortexDataSourceStreamWriter performAggregation​(java.lang.Boolean performAggregation)
        Perform groupBy aggregation on primary key, an expensive operation that should be turned off if the micro-batch dataset from the streaming data source always contains unique keys
        Parameters:
        performAggregation -
        Returns:
        this instance
      • performFeatureCatalogCalculations

        CortexDataSourceStreamWriter performFeatureCatalogCalculations​(java.lang.Boolean performCalculations)
        Perform feature catalog calculations FeatureCatalog
        Parameters:
        performCalculations -
        Returns:
        this instance