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

org.apache.lens.server.api.driver
Class LensResultSetMetadata

java.lang.Object
  extended by org.apache.lens.server.api.driver.LensResultSetMetadata
Direct Known Subclasses:
HiveResultSetMetadata

public abstract class LensResultSetMetadata
extends Object

The Class LensResultSetMetadata.


Constructor Summary
LensResultSetMetadata()
           
 
Method Summary
abstract  List<org.apache.hive.service.cli.ColumnDescriptor> getColumns()
           
static String getQualifiedTypeName(org.apache.hive.service.cli.TypeDescriptor typeDesc)
          Gets the qualified type name.
 QueryResultSetMetadata toQueryResultSetMetadata()
          To query result set metadata.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LensResultSetMetadata

public LensResultSetMetadata()
Method Detail

getColumns

public abstract List<org.apache.hive.service.cli.ColumnDescriptor> getColumns()

toQueryResultSetMetadata

public QueryResultSetMetadata toQueryResultSetMetadata()
To query result set metadata.

Returns:
the query result set metadata

getQualifiedTypeName

public static String getQualifiedTypeName(org.apache.hive.service.cli.TypeDescriptor typeDesc)
Gets the qualified type name.

Parameters:
typeDesc - the type desc
Returns:
the qualified type name


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