org.axiondb.functions

Interface ScalarFunction

public interface ScalarFunction extends ConcreteFunction

A ConcreteFunction that evaluates a single Row.

Version: $Revision: 1.3 $ $Date: 2003/03/27 19:14:06 $

Author: Rodney Waldhoff

Method Summary
Objectevaluate(RowDecorator row)

Method Detail

evaluate

public Object evaluate(RowDecorator row)