org.apache.hadoop.hive.ql.metadata
Class RandomDimension

java.lang.Object
  extended by org.apache.hadoop.hive.ql.metadata.Dimension
      extended by org.apache.hadoop.hive.ql.metadata.RandomDimension

public class RandomDimension
extends Dimension

A random dimension is an abstract dimension. It is implicitly associated with every row in data and has a random value


Constructor Summary
RandomDimension(Class t, String id)
           
 
Method Summary
 int hashCode(Object o)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.metadata.Dimension
equals, getDimensionId, getDimensionType, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomDimension

public RandomDimension(Class t,
                       String id)
Method Detail

hashCode

public int hashCode(Object o)
Overrides:
hashCode in class Dimension


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