public interface FunctionLookup
| Modifier and Type | Method and Description |
|---|---|
Function |
generateFunction(FunctionDef function_def)
Generate the Function given a FunctionDef object.
|
boolean |
isAggregate(FunctionDef function_def)
Returns true if the function defined by FunctionDef is an aggregate
function, or false otherwise.
|
Function generateFunction(FunctionDef function_def)
boolean isAggregate(FunctionDef function_def)
Copyright © 2016. All rights reserved.