public class GetFunctionsOperation extends MetadataOperation
DEFAULT_HIVE_CATALOG
DEFAULT_FETCH_MAX_ROWS, hasResultSet, LOG, parentSession
Constructor and Description |
---|
GetFunctionsOperation(HiveSession parentSession,
java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String functionName) |
Modifier and Type | Method and Description |
---|---|
RowSet |
getNextRowSet(FetchOrientation orientation,
long maxRows) |
TableSchema |
getResultSetSchema() |
void |
run() |
close, convertIdentifierPattern, convertSchemaPattern
assertState, cancel, getConfiguration, getHandle, getNextRowSet, getParentSession, getState, getType, hasResultSet, isCanceled, isFailed, isFinished, isRunning, setConfiguration, setHasResultSet, setState
public GetFunctionsOperation(HiveSession parentSession, java.lang.String catalogName, java.lang.String schemaName, java.lang.String functionName)
public void run() throws HiveSQLException
run
in class Operation
HiveSQLException
public TableSchema getResultSetSchema() throws HiveSQLException
getResultSetSchema
in class Operation
HiveSQLException
public RowSet getNextRowSet(FetchOrientation orientation, long maxRows) throws HiveSQLException
getNextRowSet
in class Operation
HiveSQLException
Copyright © 2012 The Apache Software Foundation