protected class RolapNativeSet.SetEvaluator extends Object implements NativeEvaluator
| Constructor and Description | 
|---|
SetEvaluator(CrossJoinArg[] args,
            SchemaReader schemaReader,
            TupleConstraint constraint)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
execute(ResultStyle desiredResultStyle)  | 
protected TupleList | 
executeList(SqlTupleReader tr)  | 
(package private) int | 
getMaxRows()  | 
void | 
setCompleteWithNullValues(boolean completeWithNullValues)  | 
(package private) void | 
setMaxRows(int maxRows)  | 
public SetEvaluator(CrossJoinArg[] args, SchemaReader schemaReader, TupleConstraint constraint)
public void setCompleteWithNullValues(boolean completeWithNullValues)
public Object execute(ResultStyle desiredResultStyle)
execute in interface NativeEvaluatorprotected TupleList executeList(SqlTupleReader tr)
int getMaxRows()
void setMaxRows(int maxRows)