Class BitwiseXorFunctions.NullableUInt1BitwiseXor
java.lang.Object
org.apache.drill.exec.expr.fn.impl.gaggr.BitwiseXorFunctions.NullableUInt1BitwiseXor
- All Implemented Interfaces:
DrillAggFunc
,DrillFunc
- Enclosing class:
- BitwiseXorFunctions
public static class BitwiseXorFunctions.NullableUInt1BitwiseXor
extends Object
implements DrillAggFunc
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NullableUInt1BitwiseXor
public NullableUInt1BitwiseXor()
-
-
Method Details
-
setup
public void setup()Description copied from interface:DrillAggFunc
Initialization for the beginning of the aggregation.- Specified by:
setup
in interfaceDrillAggFunc
-
add
public void add()- Specified by:
add
in interfaceDrillAggFunc
-
output
public void output()- Specified by:
output
in interfaceDrillAggFunc
-
reset
public void reset()- Specified by:
reset
in interfaceDrillAggFunc
-