Package | Description |
---|---|
org.apache.vxquery.runtime.functions.arithmetic | |
org.apache.vxquery.runtime.functions.util |
Modifier and Type | Class | Description |
---|---|---|
class |
AddOperation |
|
class |
DivideOperation |
|
class |
IntegerDivideOperation |
|
class |
ModOperation |
|
class |
MultiplyOperation |
|
class |
SubtractOperation |
Modifier and Type | Method | Description |
---|---|---|
protected abstract AbstractArithmeticOperation |
AbstractArithmeticScalarEvaluatorFactory.createArithmeticOperation() |
|
protected AbstractArithmeticOperation |
AddScalarEvaluatorFactory.createArithmeticOperation() |
|
protected AbstractArithmeticOperation |
DivideScalarEvaluatorFactory.createArithmeticOperation() |
|
protected AbstractArithmeticOperation |
IntegerDivideScalarEvaluatorFactory.createArithmeticOperation() |
|
protected AbstractArithmeticOperation |
ModScalarEvaluatorFactory.createArithmeticOperation() |
|
protected AbstractArithmeticOperation |
MultiplyScalarEvaluatorFactory.createArithmeticOperation() |
|
protected AbstractArithmeticOperation |
SubtractScalarEvaluatorFactory.createArithmeticOperation() |
Modifier and Type | Method | Description |
---|---|---|
static void |
FunctionHelper.arithmeticOperation(AbstractArithmeticOperation aOp,
DynamicContext dCtx,
TaggedValuePointable tvp1,
TaggedValuePointable tvp2,
org.apache.hyracks.data.std.api.IPointable result,
TypedPointables tp1,
TypedPointables tp2) |
Constructor | Description |
---|---|
ArithmeticHelper(AbstractArithmeticOperation aOp,
DynamicContext dCtx) |
Copyright © 2019 Apache Software Foundation. All rights reserved.