invoke
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: Path, columnProperty: KMutableProperty1<*, *>): ComputedValue<T>(source)
inline operator fun <T> invoke(tablePath: String, columnProperty: KMutableProperty1<*, *>): ComputedValue<T>(source)
Creates a new SumOf computed value adding up the values of column columnProperty of the table at tablePath.