Class UnionFunctions
java.lang.Object
org.apache.drill.exec.expr.fn.impl.UnionFunctions
Contains additional functions for union types in addition to those in
GUnionFunctions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
Returns zero if the inputs have equivalent types.static class
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
compareTypes
(TypeProtos.MinorType type1, TypeProtos.MinorType type2)
-
Constructor Details
-
UnionFunctions
public UnionFunctions()
-
-
Method Details
-
compareTypes
-