Package org.litebridgedb.db.spi.impl.function


package org.litebridgedb.db.spi.impl.function
SQL function implementations.

This package and its subpackages provide default implementations of SQL expressions/functions.

These implementations are logically split by extended abstract classes acting as building blocks to create new SQL function implmentations on top of what ColumnExpressionImpl and DelegateColumnExpression provides.