Class SchemaFunctions.MergeNullableSchemaFunction
java.lang.Object
org.apache.drill.exec.expr.fn.impl.SchemaFunctions.MergeNullableSchemaFunction
- All Implemented Interfaces:
DrillAggFunc,DrillFunc
- Enclosing class:
SchemaFunctions
public static class SchemaFunctions.MergeNullableSchemaFunction
extends Object
implements DrillAggFunc
Aggregate function which accepts VarChar column with string representations of
TupleMetadata
and returns string representation of TupleMetadata with merged schema.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MergeNullableSchemaFunction
public MergeNullableSchemaFunction()
-
-
Method Details
-
setup
public void setup()Description copied from interface:DrillAggFuncInitialization for the beginning of the aggregation.- Specified by:
setupin interfaceDrillAggFunc
-
add
public void add()- Specified by:
addin interfaceDrillAggFunc
-
output
public void output()- Specified by:
outputin interfaceDrillAggFunc
-
reset
public void reset()- Specified by:
resetin interfaceDrillAggFunc
-