| Package | Description |
|---|---|
| org.apache.hive.hplsql | |
| org.apache.hive.hplsql.executor | |
| org.apache.hive.hplsql.functions | |
| org.apache.hive.hplsql.objects |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
Cursor.getQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
Var |
Var.setRowValues(QueryResult queryResult) |
Var |
Var.setValue(QueryResult queryResult,
int idx) |
void |
Exec.signal(QueryResult query) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryExecutor.executeQuery(String sql,
org.antlr.v4.runtime.ParserRuleContext ctx) |
QueryResult |
JdbcQueryExecutor.executeQuery(String sql,
org.antlr.v4.runtime.ParserRuleContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BuiltinFunctions.evalNullClose(QueryResult query) |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.populate(QueryResult query,
long rowIndex,
int columnIndex) |
void |
Table.putColumn(Object key,
QueryResult query,
int columnIndex) |
void |
Table.putRow(Object key,
QueryResult result) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.