Module managing FeatureStats Schema, Aggregations to be used by type and aggregator construction.
Module managing FeatureStats Schema, Aggregations to be used by type and aggregator construction.
Stats Aggregation has an offline/ batch component and an online component.
The metrics defined for stats depend on the schema of the join. The dataTypes and column names.
For the online side, we obtain this information from the JoinCodec/valueSchema
For the offline side, we obtain this information directly from the outputTable.
To keep the schemas consistent we sort the metrics in the schema by name. (one column can have multiple metrics).
Module managing FeatureStats Schema, Aggregations to be used by type and aggregator construction.
Stats Aggregation has an offline/ batch component and an online component. The metrics defined for stats depend on the schema of the join. The dataTypes and column names. For the online side, we obtain this information from the JoinCodec/valueSchema For the offline side, we obtain this information directly from the outputTable. To keep the schemas consistent we sort the metrics in the schema by name. (one column can have multiple metrics).