This project has retired. For details please refer to its Attic page.
ResultColumn (Lens 2.0.1-beta-incubating API)

org.apache.lens.api.query
Class ResultColumn

java.lang.Object
  extended by org.apache.lens.api.query.ResultColumn

public class ResultColumn
extends Object

The Class ResultColumn.


Constructor Summary
ResultColumn(String name, String type)
          Instantiates a new result column.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultColumn

public ResultColumn(String name,
                    String type)
Instantiates a new result column.

Parameters:
name - the name
type - the type
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.