docs / it.uniroma3.dbtree.spi

Package it.uniroma3.dbtree.spi

Types

Connector

Interface for the database connector.

interface Connector<K> where K : Comparable<K>, K : Serializable

Function

Interface for the decomposable aggregation function α ≔ 〈f, g, h〉 supported by the DB-tree.

interface Function<V : Serializable, A : Serializable, D>

KeyParser

Interface for the KeyParser.

interface KeyParser<K> where K : Comparable<K>, K : Serializable

KeyParserGroupBy

Abstract class that extends the KeyParser interface.

abstract class KeyParserGroupBy<K> : KeyParser<K> where K : Comparable<K>, K : Serializable