| Package | Description |
|---|---|
| org.apache.drill.exec.compile.sig |
TODO - write docs for this package
|
| org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
| org.apache.drill.exec.expr.fn |
| Modifier and Type | Method and Description |
|---|---|
String |
GeneratorMapping.getMethodName(ClassGenerator.BlockType type) |
| Modifier and Type | Method and Description |
|---|---|
static ClassGenerator.BlockType |
ClassGenerator.BlockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassGenerator.BlockType[] |
ClassGenerator.BlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.codemodel.JBlock |
ClassGenerator.getBlock(ClassGenerator.BlockType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DrillFuncHolder.generateBody(ClassGenerator<?> g,
ClassGenerator.BlockType bt,
String body,
ClassGenerator.HoldingContainer[] inputVariables,
com.sun.codemodel.JVar[] workspaceJVars,
boolean decConstantInputOnly) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.