| Interface | Description |
|---|---|
| FunctionLookupContext | |
| PluggableFunctionRegistry |
| Class | Description |
|---|---|
| AbstractFuncHolder | |
| DrillComplexWriterFuncHolder | |
| DrillFuncHolder | |
| DrillSimpleFuncHolder | |
| ExceptionFunction | |
| ExceptionFunction.ThrowException | |
| FunctionAttributes |
Attributes of a function
Those are used in code generation and optimization.
|
| FunctionConverter |
Converts FunctionCalls to Java Expressions.
|
| FunctionGenerationHelper | |
| FunctionImplementationRegistry |
This class offers the registry for functions.
|
| FunctionInitializer |
To avoid the cost of initializing all functions up front,
this class contains all information required to initializing a function when it is used.
|
| FunctionUtils | |
| ImportGrabber | |
| MethodGrabbingVisitor | |
| ModifiedUnparseVisitor |
This is a modified version of
UnparseVisitor so that we can avoid
rendering few things. |
| ValueReference | |
| WorkspaceReference |
Copyright © 2017 The Apache Software Foundation. All rights reserved.