
co.streamx.fluent.SQL.AggregateGroup Maven / Gradle / Ivy
package co.streamx.fluent.SQL;
import co.streamx.fluent.notation.Function;
public interface AggregateGroup>
extends AggregateFilter {
@Function
AggregateFilter WITHIN_GROUP(WindowFrame orderByClause);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy