Hierarchy For Package io.github.torand.fastersql.function.aggregate

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • io.github.torand.fastersql.function.aggregate.AggregateFunctions
    • io.github.torand.fastersql.function.aggregate.Avg (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
    • io.github.torand.fastersql.function.aggregate.Count (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
    • io.github.torand.fastersql.function.aggregate.CountAll (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
    • io.github.torand.fastersql.function.aggregate.Max (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
    • io.github.torand.fastersql.function.aggregate.Min (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
    • io.github.torand.fastersql.function.aggregate.Sum (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)

Interface Hierarchy