FunctionFactory
public interface FunctionLookup
Modifier and Type | Method | 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 © 2018. All rights reserved.