| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATED_CLASS_NAME |
| Constructor and Description |
|---|
RexExecutable(String code,
Object reason) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
execute() |
Function1<DataContext,Object[]> |
getFunction() |
String |
getSource() |
void |
reduce(RexBuilder rexBuilder,
List<RexNode> constExps,
List<RexNode> reducedValues) |
void |
setDataContext(DataContext dataContext) |
public static final String GENERATED_CLASS_NAME
public void setDataContext(DataContext dataContext)
public void reduce(RexBuilder rexBuilder, List<RexNode> constExps, List<RexNode> reducedValues)
public Function1<DataContext,Object[]> getFunction()
public Object[] execute()
public String getSource()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.