AggregateFunctionNode: Readonly<{
    cloneWithDistinct(aggregateFunctionNode): kysely.AggregateFunctionNode;
    cloneWithFilter(aggregateFunctionNode, filter): kysely.AggregateFunctionNode;
    cloneWithOrFilter(aggregateFunctionNode, filter): kysely.AggregateFunctionNode;
    cloneWithOver(aggregateFunctionNode, over?): kysely.AggregateFunctionNode;
    create(aggregateFunction, aggregated?): kysely.AggregateFunctionNode;
    is(node): node is kysely.AggregateFunctionNode;
}>

Type declaration