public abstract class LensResultSetMetadata extends Object
Constructor and Description |
---|
LensResultSetMetadata() |
Modifier and Type | Method and Description |
---|---|
static LensResultSetMetadata |
fromJson(String json) |
abstract List<org.apache.hive.service.cli.ColumnDescriptor> |
getColumns() |
static String |
getQualifiedTypeName(org.apache.hive.service.cli.TypeDescriptor typeDesc)
Gets the qualified type name.
|
String |
toJson() |
QueryResultSetMetadata |
toQueryResultSetMetadata()
To query result set metadata.
|
public abstract List<org.apache.hive.service.cli.ColumnDescriptor> getColumns()
public QueryResultSetMetadata toQueryResultSetMetadata()
public static String getQualifiedTypeName(org.apache.hive.service.cli.TypeDescriptor typeDesc)
typeDesc
- the type descpublic static LensResultSetMetadata fromJson(String json) throws IOException
IOException
public String toJson() throws IOException
IOException
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.