Revision | $Id: //open/dev/farrago/src/org/eigenbase/sql/fun/package.html#7 $ |
---|---|
Copyright | Copyright (C) 2005-2009 The Eigenbase Project
Copyright (C) 2004-2009 SQLstream, Inc. Copyright (C) 2005-2009 LucidEra, Inc. |
Author | Julian Hyde |
The standard set of row-level functions and operators are declared in class {@link org.eigenbase.sql.fun.SqlStdOperatorTable}. Anonymous inner classes within that table are allowed only for specifying an operator's test function; if other custom code is needed for an operator, it should be implemented in a top-level class within this package instead. Operators which are not row-level (e.g. select and join) should be defined in package {@link org.eigenbase.sql} instead.