Functions
Link copied to clipboard
Creates a new SumOf computed value adding up the values of the column at columnPath of the table at tablePath.
inline operator fun <T> invoke(tablePath: String, columnProperty: KMutableProperty1<*, *>): ComputedValue<T>
inline operator fun <T> invoke(tablePath: Path, columnProperty: KMutableProperty1<*, *>): ComputedValue<T>
Creates a new SumOf computed value adding up the values of column columnProperty of the table at tablePath.