docs / it.uniroma3.dbtree / DBTree / <init>

<init>

DBTree(f: Function<V, A, D>, c: Connector<K>)

The DBTree class.

Parameters

K - the key for the DB nodes.

V - the values associated with the keys.

A - the partial result of the aggregation function.

D - the definitive result of the aggregation function.