Package org.apache.drill.exec.compile
Class TemplateClassDefinition<T>
java.lang.Object
org.apache.drill.exec.compile.TemplateClassDefinition<T>
- Type Parameters:
T
- The template interface
Defines a code generation "template" which consist of:
- An interface that defines the generated class.
- A template class which implements the interface to provide "generic" methods that need not be generated.
- A signature that lists the methods and vector holders used by the template.
-
Constructor Summary
-
Method Summary