Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractAggregateFunction |
Provides convenience methods for handling aggregate functions (functions
that are evaluated over a grouping set).
|
class |
AbstractFunction |
An abstract implementation of Function.
|
Modifier and Type | Method | Description |
---|---|---|
Function |
FunctionFactory.generateFunction(FunctionDef function_def) |
Creates a Function object for the function with the given name with the
given arguments.
|
Function |
FunctionLookup.generateFunction(FunctionDef function_def) |
Generate the Function given a FunctionDef object.
|
Function |
FunctionDef.getFunction(QueryContext context) |
Returns a Function object from this FunctionDef.
|
Copyright © 2018. All rights reserved.