org.apache.hadoop.hive.ql.exec.vector
Class VectorExpressionDescriptor.Descriptor

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.vector.VectorExpressionDescriptor.Descriptor
Enclosing class:
VectorExpressionDescriptor

public static final class VectorExpressionDescriptor.Descriptor
extends Object

Descriptor is immutable and is constructed by the VectorExpressionDescriptor.Builder only. equals(Object) is the only publicly exposed member which can be used to compare two descriptors.


Method Summary
 boolean equals(Object o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All rights reserved.