Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

abort(Executor) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
abs() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Take the absolute value of a decimal.
absolute(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
acceptsURL(String) - Method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
add(HiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Add the current decimal and another decimal and return the result.
addBatch() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
addBatch(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
addBatch() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
addBatch(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
addHttpAuthHeader(HttpRequest, HttpContext) - Method in class org.apache.kyuubi.jdbc.hive.auth.HttpBasicAuthInterceptor
 
addHttpAuthHeader(HttpRequest, HttpContext) - Method in class org.apache.kyuubi.jdbc.hive.auth.HttpKerberosRequestInterceptor
 
addHttpAuthHeader(HttpRequest, HttpContext) - Method in class org.apache.kyuubi.jdbc.hive.auth.HttpRequestInterceptorBase
 
afterLast() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
allocator - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
allProceduresAreCallable() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
allTablesAreSelectable() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
ANONYMOUS_PASSWD - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
ANONYMOUS_USER - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
anyNull() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
ArrowColumnarBatch - Class in org.apache.kyuubi.jdbc.hive.arrow
This class wraps multiple ColumnVectors as a row-wise table.
ArrowColumnarBatch(ArrowColumnVector[]) - Constructor for class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
 
ArrowColumnarBatch(ArrowColumnVector[], int) - Constructor for class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
Create a new batch from existing column vectors.
ArrowColumnarBatchRow - Class in org.apache.kyuubi.jdbc.hive.arrow
 
ArrowColumnarBatchRow(ArrowColumnVector[]) - Constructor for class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
ArrowColumnVector - Class in org.apache.kyuubi.jdbc.hive.arrow
A column vector backed by Apache Arrow.
ArrowColumnVector(ValueVector) - Constructor for class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
arrowSchema - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
ArrowUtils - Class in org.apache.kyuubi.jdbc.hive.arrow
 
ArrowUtils() - Constructor for class org.apache.kyuubi.jdbc.hive.arrow.ArrowUtils
 
attemptLogin(Subject) - Method in class org.apache.kyuubi.jdbc.hive.auth.KerberosAuthentication
 
AUTH_KERBEROS_AUTH_TYPE - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_KERBEROS_AUTH_TYPE_FROM_KEYTAB - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_KERBEROS_AUTH_TYPE_FROM_SUBJECT - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_KERBEROS_AUTH_TYPE_FROM_TICKET_CACHE - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_KYUUBI_CLIENT_KEYTAB - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_KYUUBI_CLIENT_PRINCIPAL - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_KYUUBI_CLIENT_TICKET_CACHE - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_KYUUBI_SERVER_PRINCIPAL - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_PASSWD - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_PRINCIPAL - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_QOP - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_QOP_DEPRECATED - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_SIMPLE - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_TYPE - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTH_USER - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
AUTHORIZATION - Static variable in class org.apache.kyuubi.jdbc.hive.auth.HttpAuthUtils
 
autoCommitFailureClosesAllResultSets() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 

B

BEELINE_MODE_PROPERTY - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
beforeFirst() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
beforeFirst() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
Moves the cursor before the first row of the resultset.
beforeFirst() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
Moves the cursor before the first row of the resultset.
BIG_INTEGER_MAX_DECIMAL - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
bigDecimalValue() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return a BigDecimal representing the decimal.
bigIntegerBytes(long[], byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return binary representation of this decimal's BigInteger equivalent unscaled value using the format that the BigInteger's toByteArray method returns (and the BigInteger constructor accepts).
bigIntegerBytes() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
bigIntegerBytesScaled(int, long[], byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Convert decimal to BigInteger binary bytes with a serialize scale, similar to the formatScale for toFormatString.
bigIntegerBytesScaled(int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
build() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
build() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
Builder(Statement) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
Builder(Connection) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
Builder(Statement) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
Builder(Connection) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
byteValue() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
A byte variation of longValue()

C

CachingKerberosAuthentication - Class in org.apache.kyuubi.jdbc.hive.auth
 
CachingKerberosAuthentication(KerberosAuthentication) - Constructor for class org.apache.kyuubi.jdbc.hive.auth.CachingKerberosAuthentication
 
cancel() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
cancel() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
cancelDelegationToken(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
cancelRowUpdates() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
canonicalClientPrincipal(String, String) - Static method in class org.apache.kyuubi.jdbc.hive.auth.KerberosUtils
 
canonicalPrincipal(String, String) - Static method in class org.apache.kyuubi.jdbc.hive.auth.KerberosUtils
 
canOutputOperationLogs() - Method in class org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream.EventNotifier
 
checkReadBytesAvailable(long) - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
clearBatch() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
clearBatch() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
clearParameters() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
clearParameters() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
clearWarnings() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
clearWarnings() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
clearWarnings() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
clearWarnings() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
clearWarnings() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
clone() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
Return a copy of this object.
clone() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
Return a copy of this object.
clone() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
Return a copy of this object.
close() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
close() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
Called to close all the columns in this batch.
close() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
close() - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
close() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
close() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
close() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
close() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiMetaDataResultSet
 
close() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
close() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
ClosedOrCancelledException - Exception in org.apache.kyuubi.jdbc.hive
 
ClosedOrCancelledException(String) - Constructor for exception org.apache.kyuubi.jdbc.hive.ClosedOrCancelledException
 
closeOnCompletion() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
closeOnCompletion() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
column(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
Returns the column at `ordinal`.
columnAttributes - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
columnAttributes - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
ColumnBasedSet - Class in org.apache.kyuubi.jdbc.hive.cli
ColumnBasedSet.
ColumnBasedSet(TRowSet) - Constructor for class org.apache.kyuubi.jdbc.hive.cli.ColumnBasedSet
 
ColumnBuffer - Class in org.apache.kyuubi.jdbc.hive.cli
ColumnBuffer
ColumnBuffer(TColumn) - Constructor for class org.apache.kyuubi.jdbc.hive.cli.ColumnBuffer
 
ColumnBuffer(TTypeId, BitSet, Object) - Constructor for class org.apache.kyuubi.jdbc.hive.cli.ColumnBuffer
 
columnNames - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
columnNames - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
columns - Variable in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
 
columnTypes - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
columnTypes - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
ColumnValue - Class in org.apache.kyuubi.jdbc.hive.cli
Protocols before HIVE_CLI_SERVICE_PROTOCOL_V6 (used by RowBasedSet)
ColumnValue() - Constructor for class org.apache.kyuubi.jdbc.hive.cli.ColumnValue
 
commit() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
compareTo(Date) - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
compareTo(HiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
compareTo(HiveIntervalDayTime) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
compareTo(HiveIntervalYearMonth) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
compareTo(Timestamp) - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
compareTo(TimestampTZ) - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
connect(String, Properties) - Method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
consumeBuffer(int) - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
convert(Date, ZoneId) - Static method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZUtil
 
convert(Timestamp, ZoneId) - Static method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZUtil
 
convertTTypeIdToSqlType(TTypeId) - Static method in class org.apache.kyuubi.jdbc.hive.JdbcColumn
 
create(TRowSet, TProtocolVersion) - Static method in class org.apache.kyuubi.jdbc.hive.cli.RowSetFactory
 
create(BigDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal from BigDecimal object.
create(BigDecimal, boolean) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Same as the above create method, except fractional digit rounding can be turned off.
create(BigInteger) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Creates a HiveDecimal from a BigInteger's value with a scale of 0.
create(BigInteger, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Creates a HiveDecimal from a BigInteger's value with a specified scale.
create(String) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal by parsing a whole string.
create(String, boolean) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Same as the method above, except blanks before and after are tolerated.
create(byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal by parsing the characters in a whole byte array.
create(byte[], boolean) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Same as the method above, except blanks before and after are tolerated.
create(boolean, byte[], int) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
This method takes in digits only UTF-8 characters, a sign flag, and a scale and returns a decimal.
create(boolean, byte[], int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
create(byte[], int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal by parsing the characters in a slice of a byte array.
create(byte[], int, int, boolean) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Same as the method above, except blanks before and after are tolerated.
create(int) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal object from an int.
create(long) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal object from a long.
create(long, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal object from a long with a specified scale.
create(float) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal object from a float.
create(double) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal object from a double.
createArrayOf(String, Object[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
createBlob() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
createClob() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
createFromBigIntegerBytesAndScale(byte[], int) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Convert bytes in the format used by BigInteger's toByteArray format (and accepted by its constructor) into a decimal using the specified scale.
createFromBigIntegerBytesAndScale(byte[], int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
createFromFast(FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Create a HiveDecimal from a FastHiveDecimal object.
createNClob() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
createSQLXML() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
createStatement(int, int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
createStatement() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
createStruct(String, Object[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
createSubjectAssumedTransport(Subject, String, String, TTransport, Map<String, String>) - Static method in class org.apache.kyuubi.jdbc.hive.auth.KerberosSaslHelper
 

D

data - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiMetaDataResultSet
 
dataDefinitionCausesTransactionCommit() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
Date - Class in org.apache.kyuubi.jdbc.hive.common
This is the internal type for Date.
Date() - Constructor for class org.apache.kyuubi.jdbc.hive.common.Date
 
Date(Date) - Constructor for class org.apache.kyuubi.jdbc.hive.common.Date
 
DateUtils - Class in org.apache.kyuubi.jdbc.hive.common
DateUtils.
DateUtils() - Constructor for class org.apache.kyuubi.jdbc.hive.common.DateUtils
 
DBNAME_PROPERTY_KEY - Static variable in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
DECIMAL64_DECIMAL_DIGITS - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
DEFAULT_ARROW_TIMESTAMP_AS_STRING - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
DEFAULT_ENGINE_LOG_THREAD_TIMEOUT - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
DEFAULT_FETCH_SIZE - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
DEFAULT_PORT - Static variable in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
DEFAULT_RESULT_FORMAT - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
deleteRow() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
deletesAreDetected(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
displayBytes(byte[], int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
divide(HiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Divides this decimal by another decimal and returns a new decimal with the result.
doAddSameScaleSameSign(FastHiveDecimal, FastHiveDecimal, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
doAddSameScaleSameSign(int, long, long, long, long, long, long, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
doBinaryToDecimalConversion(long, long, long, FastHiveDecimal, FastHiveDecimal, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Convert 3 binary words of N bits each to a fast decimal (scale 0).
doDecimalToBinaryDivisionRemainder(long, long, long, FastHiveDecimal, int, int, FastHiveDecimal, long[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
A helper method that produces a single binary word remainder from a fast decimal (and quotient).
doesMaxRowSizeIncludeBlobs() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
doFastRound(int, long, long, long, int, int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
doFastScaleDown(FastHiveDecimal, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
doFastScaleDown(long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 with NO rounding.
doFastToFormatBytes(int, long, long, long, int, int, int, byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
doSubtractSameScaleNoUnderflow(int, FastHiveDecimal, FastHiveDecimal, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
doSubtractSameScaleNoUnderflow(int, long, long, long, long, long, long, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
doSubtractSameScaleNoUnderflow(long, long, long, long, long, long, long[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
doubleValue() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return a double representing the decimal.

E

enableHeaderInjection(boolean) - Method in class org.apache.kyuubi.jdbc.hive.auth.HttpXsrfRequestInterceptor
 
enforcePrecisionScale(HiveDecimal, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Determine if a decimal fits within a specified maxPrecision and maxScale, and round off fractional digits if necessary to make the decimal fit.
equals(Object) - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
equals(Object) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Are two decimal content (values) equal?
equals(Object) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
equals(Object) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
equals(Object) - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
equals(Object) - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
EventNotifier() - Constructor for class org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream.EventNotifier
 
execute() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
execute(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
execute(String, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
execute(String, int[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
execute(String, String[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
execute(String, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
execute(String, int[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
execute(String, String[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
execute() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
Invokes executeQuery(sql) using the sql provided to the constructor.
execute(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
executeAsync(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
Starts the query execution asynchronously on the server, and immediately returns to the client.
executeBatch() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
executeBatch() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
executeGetCurrentCatalog(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
executeGetCurrentDatabase(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
executeInitSql() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
executePython(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
executeQuery(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
executeQuery() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiCallableStatement
 
executeQuery() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
Invokes executeQuery(sql) using the sql provided to the constructor.
executeQuery(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
executeScala(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
executeSetCurrentCatalog(String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
executeSetCurrentDatabase(String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
executeUpdate() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
executeUpdate(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
executeUpdate(String, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
executeUpdate(String, int[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
executeUpdate(String, String[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
executeUpdate(String, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
executeUpdate(String, int[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
executeUpdate(String, String[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
executeUpdate() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
executeUpdate(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
extractSubset(int) - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBasedSet
 
extractSubset(int) - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBuffer
Get a subset of this ColumnBuffer, starting from the 1st value.
extractSubset(int) - Method in class org.apache.kyuubi.jdbc.hive.cli.RowBasedSet
 
extractSubset(int) - Method in interface org.apache.kyuubi.jdbc.hive.cli.RowSet
 
extractURLComponents(String, Properties) - Static method in class org.apache.kyuubi.jdbc.hive.Utils
This method handles the base parsing of the given jdbc uri.

F

fast0 - Variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fast1 - Variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fast2 - Variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FAST_SCRATCH_BUFFER_LEN_BIG_INTEGER_BYTES - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FAST_SCRATCH_BUFFER_LEN_SERIALIZATION_UTILS_READ - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FAST_SCRATCH_BUFFER_LEN_TO_BYTES - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FAST_SCRATCH_LONGS_LEN - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastAbs() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastAdd(FastHiveDecimal, FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastAdd(FastHiveDecimal, FastHiveDecimal, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastAdd(int, long, long, long, int, int, int, long, long, long, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Add the two decimals.
fastBigDecimalValue() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastBigDecimalValue(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Return a BigDecimal representing the decimal.
fastBigIntegerBytes(long[], byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastBigIntegerBytes(int, long, long, long, int, int, int, long[], byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastBigIntegerBytesScaled(int, long[], byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastBigIntegerBytesScaled(int, long, long, long, int, int, int, long[], byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Convert decimal to BigInteger binary bytes with a serialize scale, similar to the formatScale for toFormatString.
fastBigIntegerBytesUnscaled(int, long, long, long, long[], byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Return binary representation of this decimal's BigInteger equivalent unscaled value using the format that the BigInteger's toByteArray method returns (and the BigInteger constructor accepts).
fastBigIntegerValue() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastBigIntegerValue(int, long, long, long, int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Get a BigInteger representing the decimal's digits without a dot.
fastBigIntegerValueScaled(int, long, long, long, int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastBigIntegerValueUnscaled(int, long, long, long) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastByteValueClip() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastByteValueClip(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastCheckPrecisionScale(int, int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastCheckPrecisionScale(int, long, long, long, int, int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastCompareTo(FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastCompareTo(FastHiveDecimal, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastCompareTo(int, long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastCompareTo(int, long, long, long, int, int, long, long, long, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastDeserialize64(long, int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastDeserialize64(long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastDivide(FastHiveDecimal, FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastDivide(FastHiveDecimal, FastHiveDecimal, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastDivide(int, long, long, long, int, int, int, long, long, long, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastDoubleValue() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastDoubleValue(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastEnforcePrecisionScale(int, int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastEquals(FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastEquals(int, long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastEquals(int, long, long, long, int, int, long, long, long, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastExceedsPrecision(long, long, long, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastFloatValue() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastFloatValue(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastFractionPortion() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastFractionPortion(int, long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates fast decimal from the fraction portion of a fast decimal.
fastHashCode() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastHashCode(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
This is the original hash code as returned by OldHiveDecimal.
fastHighWordPrecision(long) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastHighWordTrailingZeroCount(long) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
FastHiveDecimal - Class in org.apache.kyuubi.jdbc.hive.common
FastHiveDecimal is a mutable fast decimal object.
FastHiveDecimal() - Constructor for class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FastHiveDecimal(FastHiveDecimal) - Constructor for class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FastHiveDecimal(int, FastHiveDecimal) - Constructor for class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FastHiveDecimal(int, long, long, long, int, int) - Constructor for class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FastHiveDecimal(long) - Constructor for class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FastHiveDecimal(String) - Constructor for class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
FastHiveDecimal.FastCheckPrecisionScaleStatus - Enum in org.apache.kyuubi.jdbc.hive.common
 
FastHiveDecimalImpl - Class in org.apache.kyuubi.jdbc.hive.common
This class is a companion to the FastHiveDecimal class that separates the essential of code out of FastHiveDecimal into static methods in this class so that they can be used directly by vectorization to implement decimals by storing the fast0, fast1, and fast2 longs and the fastSignum, fastScale, etc ints in the DecimalColumnVector class.
FastHiveDecimalImpl() - Constructor for class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastIntegerDigitCount - Variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastIntegerDigitCount() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastIntegerPortion() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastIntegerPortion(int, long, long, long, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates fast decimal from the integer portion.
fastIntValueClip() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastIntValueClip(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastIsByte() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastIsByte(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Is the decimal value a byte? Range -128 to 127.
fastIsInt() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastIsInt(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Is the decimal value a int? Range -2,147,483,648 to 2,147,483,647.
fastIsLong() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastIsLong(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Is the decimal value a long? Range -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
fastIsShort() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastIsShort(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Is the decimal value a short? Range -32,768 to 32,767.
fastIsValid() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastIsValid(FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastIsValid(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastLongValueClip() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastLongValueClip(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastLongWordPrecision(long) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastLongWordTrailingZeroCount(long) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastMultiply(FastHiveDecimal, FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastMultiply(FastHiveDecimal, FastHiveDecimal, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastMultiply(int, long, long, long, int, int, int, long, long, long, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastMultiply5x5HalfWords(FastHiveDecimal, FastHiveDecimal, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastMultiply5x5HalfWords(long, long, long, long, long, long, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal multiplication on two decimals that have been already scaled and whose results will fit in 38 digits.
fastMultiply5x5HalfWords(long, long, long, long, long, long, long[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal multiplication on two decimals that have been already scaled and whose results will fit in 38 digits.
fastMultiply5x6HalfWords(long, long, long, long, long, long, long[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal multiplication on two decimals whose results are permitted to go beyond 38 digits to the maximum possible 76 digits.
fastMultiplyFullInternal(FastHiveDecimal, FastHiveDecimal, long[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastMultiplyFullInternal(long, long, long, long, long, long, long[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal multiplication on two decimals whose results are permitted to go beyond 38 digits to the maximum possible 76 digits.
fastNegate() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastNewFasterHashCode() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastNewFasterHashCode(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Hash code based on (new) decimal representation.
fastPow(int, FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastPow(int, long, long, long, int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastRaiseInvalidException() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastRaiseInvalidException(String) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastRaiseInvalidException(FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastRaiseInvalidException(FastHiveDecimal, String) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastRawPrecision() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastRawPrecision(FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastRawPrecision(int, long, long, long) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastRemainder(FastHiveDecimal, FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastRemainder(int, long, long, long, int, int, int, long, long, long, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastReset() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastRound(int, int, FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastRound(FastHiveDecimal, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastRound(int, long, long, long, int, int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastRoundFractionalDown(int, long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 with rounding ROUND_DOWN.
fastRoundFractionalHalfEven(int, long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 with rounding ROUND_HALF_EVEN.
fastRoundFractionalHalfUp(int, long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 with rounding ROUND_HALF_UP.
fastRoundFractionalHalfUp5Words(int, long, long, long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 with rounding ROUND_HALF_UP.
fastRoundFractionalUp(int, long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 with rounding ROUND_UP.
fastRoundingModeToString(int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastRoundIntegerDown(int, long, long, long, int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 with rounding ROUND_DOWN.
fastRoundIntegerHalfEven(int, long, long, long, int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 with rounding ROUND_HALF_EVEN.
fastRoundIntegerHalfUp(int, long, long, long, int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 with rounding ROUND_HALF_UP.
fastRoundIntegerUp(int, long, long, long, int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal integer part rounding ROUND_UP.
fastScale - Variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastScale() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastScaleByPowerOfTen(int, FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastScaleByPowerOfTen(FastHiveDecimal, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastScaleByPowerOfTen(int, long, long, long, int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastScaleDownNoRound(int, long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale down by factor of 10 and do not allow rounding.
fastScaleUp(FastHiveDecimal, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastScaleUp(long, long, long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Fast decimal scale up by factor of 10.
fastSerializationScale - Variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSerializationScale() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSerializationUtilsRead(InputStream, int, byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSerializationUtilsRead(InputStream, int, byte[], FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Deserialize data written in the format used by the SerializationUtils methods readBigInteger/writeBigInteger and create a decimal using the supplied scale.
fastSerializationUtilsWrite(OutputStream, long[]) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSerializationUtilsWrite(OutputStream, int, long, long, long, int, int, long[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Write the value of this decimal just like SerializationUtils.writeBigInteger.
fastSerialize64(int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSerialize64(int, int, long, long, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastSet(FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSet(int, long, long, long, int, int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromBigDecimal(BigDecimal, boolean) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromBigDecimal(BigDecimal, boolean, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Create a fast decimal from a BigDecimal.
fastSetFromBigInteger(BigInteger) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromBigInteger(BigInteger, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates a fast decimal from a BigInteger with scale 0.
fastSetFromBigInteger(BigInteger, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates a fast decimal from a BigInteger with a specified scale.
fastSetFromBigInteger(BigInteger, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates a fast decimal from a BigInteger with a specified scale.
fastSetFromBigIntegerAndScale(BigInteger, int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromBigIntegerBytesAndScale(byte[], int, int, int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromBigIntegerBytesAndScale(byte[], int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Convert bytes in the format used by BigInteger's toByteArray format (and accepted by its constructor) into a decimal using the specified scale.
fastSetFromBytes(byte[], int, int, boolean) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromBytes(byte[], int, int, boolean, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Scan a byte array slice for a decimal number in UTF-8 bytes.
fastSetFromDigitsOnlyBytesAndScale(boolean, byte[], int, int, int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromDigitsOnlyBytesAndScale(boolean, byte[], int, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Scans a byte array slice for UNSIGNED RAW DIGITS ONLY in UTF-8 (ASCII) characters and forms a decimal from the digits and a sign and scale.
fastSetFromDouble(double) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromDouble(double, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates fast decimal from a double.
fastSetFromFloat(float) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromFloat(float, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates fast decimal from a float.
fastSetFromInt(int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromInt(int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates a scale 0 fast decimal from an int.
fastSetFromLong(long) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromLong(long, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates a scale 0 fast decimal from a long.
fastSetFromLongAndScale(long, int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromLongAndScale(long, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Creates a fast decimal from a long with a specified scale.
fastSetFromString(String, boolean) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSetFromString(String, boolean, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
Scan a String for a decimal number in UTF-8 characters.
fastSetSerializationScale(int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastShortValueClip() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastShortValueClip(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastSignum - Variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSignum() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSqlPrecision() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSqlPrecision(FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastSqlPrecision(int, long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastSubtract(FastHiveDecimal, FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastSubtract(FastHiveDecimal, FastHiveDecimal, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastSubtract(int, long, long, long, int, int, int, long, long, long, int, int, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastToBytes(byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastToBytes(int, long, long, long, int, int, int, byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastToDigitsOnlyBytes(byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastToDigitsOnlyBytes(long, long, long, int, byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastToDigitsOnlyString() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastToDigitsOnlyString(long, long, long, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastToFormatBytes(int, byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastToFormatBytes(int, long, long, long, int, int, int, byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastToFormatString(int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastToFormatString(int, byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastToFormatString(int, long, long, long, int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastToFormatString(int, long, long, long, int, int, int, byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastToString(byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastToString() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastToString(int, long, long, long, int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastToString(int, long, long, long, int, int, int, byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastTrailingDecimalZeroCount(long, long, long, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fastUpdatePrecisionScale(int, int, FastHiveDecimal.FastCheckPrecisionScaleStatus, FastHiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
fastUpdatePrecisionScale(int, long, long, long, int, int, int, int, FastHiveDecimal.FastCheckPrecisionScaleStatus, FastHiveDecimal) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
fetchManifestAttribute(Attributes.Name) - Static method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
Package scoped to allow manifest fetching from other KyuubiHiveDriver classes Helper to initialize attributes and return one.
FetchType - Enum in org.apache.kyuubi.jdbc.hive.cli
FetchType indicates the type of fetchResults request.
findColumn(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
findColumn(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
first() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
floatValue() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return a float representing the decimal.
flush() - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
format(DateTimeFormatter) - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
fractionPortion() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return a decimal with only the fractional digits.
fromString(String) - Static method in enum org.apache.kyuubi.jdbc.hive.auth.SaslQOP
 

G

generatedKeyAlwaysReturned() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
get(int, TTypeId, String, boolean) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
get(int) - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBuffer
 
getAllUrls(String) - Static method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
Get all direct HiveServer2 URLs from a ZooKeeper based HiveServer2 URL
getArray(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getArray(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getArray(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getArray(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getArray(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getAsciiStream(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getAsciiStream(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getAttributes(String, String, String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getAutoCommit() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getBigDecimal(int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getBigDecimal(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getBigDecimal(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getBigDecimal(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getBigDecimal(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getBigDecimal(int, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getBigDecimal(String, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getBigDecimal(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getBigDecimal(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getBigDecimal(int, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getBigDecimal(String, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getBinary(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getBinary(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getBinaryStream(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getBinaryStream(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getBinaryStream(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getBinaryStream(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getBlob(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getBlob(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getBlob(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getBlob(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getBoolean(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getBoolean(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getBoolean(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getBoolean(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getBoolean(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getBoolean(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getBoolean(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getBoolean(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getBuffer() - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
getBufferPosition() - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
getByte(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getByte(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getByte(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getByte(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getByte(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getByte(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getByte(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getByte(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getBytes(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getBytes(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getBytes(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getBytes(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getBytesRemainingInBuffer() - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
getCanonicalHostName(String) - Static method in class org.apache.kyuubi.jdbc.hive.Utils
Method to get canonical-ized hostname, given a hostname (possibly a CNAME).
getCatalog() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getCatalogName(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSetMetaData
 
getCatalogName() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getCatalogs() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getCatalogSeparator() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getCatalogTerm() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getCharacterStream(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getCharacterStream(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getCharacterStream(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getCharacterStream(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getClientInfo() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getClientInfo(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getClientInfoProperties() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getClob(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getClob(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getClob(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getClob(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getColumnAttributes(TPrimitiveTypeEntry) - Static method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
Generate ColumnAttributes object from a TTypeQualifiers
getColumnClassName(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
getColumnCount() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
getColumnDisplaySize(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
getColumnLabel(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
getColumnName() - Method in class org.apache.kyuubi.jdbc.hive.JdbcColumn
 
getColumnName(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getColumnType(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
getColumnTypeName(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
getComment() - Method in class org.apache.kyuubi.jdbc.hive.JdbcColumn
 
getComment() - Method in class org.apache.kyuubi.jdbc.hive.JdbcTable
 
getConcurrency() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getConcurrency() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getConfiguration() - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
getConnectedUrl() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getConnection() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiCallableStatement
 
getConnection() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getConnection() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDataSource
 
getConnection(String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDataSource
 
getConnection() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getCurrentHostZnodePath() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getCursorName() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getDatabaseMajorVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getDatabaseProductName() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getDate(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getDate(int, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getDate(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getDate(String, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getDate(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getDate(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getDate(int, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getDate(String, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getDate(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getDate(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getDate(int, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getDate(String, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getDay() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
getDay() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
getDayOfWeek() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
getDayOfWeek() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
getDays() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
getDbName() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getDecimal(int, int, int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getDecimal(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getDecimal(int, int, int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getDecimal(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getDecimal64AbsMax(int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
getDefaultTransactionIsolation() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getDelegationToken(String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getDouble(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getDouble(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getDouble(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getDouble(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getDouble() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
getDouble(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getDouble(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getDouble(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getDouble(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getDriverMajorVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getDriverName() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getEngineId() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getEngineName() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getEngineRefId() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getEngineUrl() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getEpochSecond() - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
getEventNotifier() - Method in interface org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream
 
getExecLog() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
Get the launch engine operation logs of current connection.
getExecLog() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
Get the execution logs of the given SQL statement.
getExecLog() - Method in interface org.apache.kyuubi.jdbc.hive.logs.KyuubiLoggable
Get the execution logs.
getExportedKeys(String, String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getExtraNameCharacters() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getFetchDirection() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getFetchDirection() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getFetchDirection() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getFetchDirection() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getFetchSize() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getFetchSize() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getFetchSize() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
getFetchSize() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
getFetchSize() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getFieldName(int) - Static method in class org.apache.kyuubi.jdbc.hive.common.DateUtils
Returns the name of the specified calendar field.
getFloat(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getFloat(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getFloat(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getFloat(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getFloat(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getFloat(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getFloat(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getFloat(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getFunctionColumns(String, String, String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getFunctions(String, String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getGeneratedKeys() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getGeneratedKeys() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
getHiveConfs() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getHiveVars() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getHoldability() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
getHoldability() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getHost() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getHours() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
getHours() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
getIdentifierQuoteString() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getInt(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getInt(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getInt(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getInt(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getInt(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getInt(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getInt(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getInt(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getInterval(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getJDBCMajorVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getJdbcUriString() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getKerberosServiceTicket(String, String, Subject) - Static method in class org.apache.kyuubi.jdbc.hive.auth.HttpAuthUtils
 
getKeytabAuthentication(String, String) - Static method in class org.apache.kyuubi.jdbc.hive.auth.KerberosAuthenticationManager
 
getLoginTimeout() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDataSource
 
getLogWriter() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDataSource
 
getLong(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getLong(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getLong(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getLong(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getLong(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getLong(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getLong(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getLong(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getMajorDriverVersion() - Static method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
Package scoped access to the Driver's Major Version
getMajorVersion() - Method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
getMap(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getMaxBinaryLiteralLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxCatalogNameLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxCharLiteralLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
Returns the value of maxColumnNameLength.
getMaxColumnsInGroupBy() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxColumnsInIndex() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxColumnsInSelect() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxColumnsInTable() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxConnections() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxCursorNameLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxFieldSize() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getMaxFieldSize() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
getMaxIndexLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxProcedureNameLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxRows() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getMaxRows() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getMaxRowSize() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxSchemaNameLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxStatementLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxStatements() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxTableNameLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxTablesInSelect() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMaxUserNameLength() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getMetaData() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getMetaData() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
getMetaData() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getMetaData() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
getMetaData() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getMetaData() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getMetaData() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
getMinorDriverVersion() - Static method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
Package scoped access to the Driver's Minor Version
getMinorVersion() - Method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
getMinutes() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
getMinutes() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
getMonth() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
getMonth() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
getMonths() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
getMoreResults() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getMoreResults(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getMoreResults(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getMoreResults() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getNanos() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
getNanos() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
getNanos() - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
getNCharacterStream(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getNCharacterStream(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getNCharacterStream(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getNCharacterStream(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getNClob(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getNClob(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getNClob(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getNClob(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getNetworkTimeout() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
getNString(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getNString(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getNString(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getNString(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getNumericFunctions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getNumPrecRadix() - Method in class org.apache.kyuubi.jdbc.hive.JdbcColumn
 
getObject(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getObject(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getObject(int, Class<T>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getObject(String, Class<T>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getObject(String, Map<String, Class<?>>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getObject(int, Class<T>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getObject(String, Class<T>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getObject(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getObject(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getObject(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getObject(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getOrdinalPos() - Method in class org.apache.kyuubi.jdbc.hive.JdbcColumn
 
getParameterMetaData() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getParameterMetaData() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
getParentLogger() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDataSource
 
getParentLogger() - Method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
getPassword(Map<String, String>, String) - Static method in class org.apache.kyuubi.jdbc.hive.Utils
Method to get the password from the configuration map if available.
getPlainTransport(String, String, TTransport) - Static method in class org.apache.kyuubi.jdbc.hive.auth.PlainSaslHelper
 
getPort() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getPrecision(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
getPrimaryKeys(String, String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getProcedures(String, String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getProcedureTerm() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getPropertyInfo(String, Properties) - Method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
getProtocol() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getProtocolVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
getProtocolVersion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
getPseudoColumns(String, String, String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getQueryId() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
Returns the Query ID if it is running.
getQueryLog(boolean, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
Get the execution logs of the given SQL statement.
getQueryTimeout() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getQueryTimeout() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getRef(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getRef(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getRef(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getRef(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getRejectedHostZnodePaths() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getResultSet() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getResultSet() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getResultSetConcurrency() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getResultSetConcurrency() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
getResultSetHoldability() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getResultSetHoldability() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getResultSetHoldability() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
getResultSetType() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getResultSetType() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getRow() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getRow(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
Returns the row in this batch at `rowId`.
getRow() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
getRow() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
getRowId(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getRowId(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getRowId(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getRowId(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getRowIdLifetime() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getScale(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
getSchema() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getSchema() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getSchema() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getSchemaName(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSetMetaData
 
getSchemas() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getSchemas(String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getSchemaTerm() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getSearchStringEscape() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getSeconds() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
getSeconds() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
getSessionVars() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getShort(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getShort(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getShort(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getShort(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getShort(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getShort(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getShort(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getShort(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getSize() - Method in class org.apache.kyuubi.jdbc.hive.cli.RowBasedSet
 
getSocketTransport(String, int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.auth.ThriftUtils
 
getSQLKeywords() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getSQLStateType() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getSqlTableType() - Method in class org.apache.kyuubi.jdbc.hive.JdbcTable
 
getSQLXML(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getSQLXML(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getSQLXML(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getSQLXML(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getSSLSocket(String, int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.auth.ThriftUtils
 
getSSLSocket(String, int, int, int, String, String) - Static method in class org.apache.kyuubi.jdbc.hive.auth.ThriftUtils
 
getStackTraceAsSingleLine(StackTraceElement[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
getStartOffset() - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBasedSet
 
getStartOffset() - Method in class org.apache.kyuubi.jdbc.hive.cli.RowBasedSet
 
getStartOffset() - Method in interface org.apache.kyuubi.jdbc.hive.cli.RowSet
 
getStatement() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getStatement() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getString(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getString(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getString(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getString(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getString(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getString(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getString(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getString(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getStringFunctions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getStruct(int, int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
getSubject() - Method in class org.apache.kyuubi.jdbc.hive.auth.CachingKerberosAuthentication
 
getSubject() - Method in class org.apache.kyuubi.jdbc.hive.auth.KerberosAuthentication
 
getSuperTables(String, String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getSuppliedURLAuthority() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
getSystemFunctions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getTableCatalog() - Method in class org.apache.kyuubi.jdbc.hive.JdbcColumn
 
getTableCatalog() - Method in class org.apache.kyuubi.jdbc.hive.JdbcTable
 
getTableName(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSetMetaData
 
getTableName() - Method in class org.apache.kyuubi.jdbc.hive.JdbcColumn
 
getTableName() - Method in class org.apache.kyuubi.jdbc.hive.JdbcTable
 
getTablePrivileges(String, String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getTableTypes() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getTgt(Subject) - Static method in class org.apache.kyuubi.jdbc.hive.auth.KerberosUtils
 
getTgtCacheAuthentication(String) - Static method in class org.apache.kyuubi.jdbc.hive.auth.KerberosAuthenticationManager
 
getTgtRefreshTime(KerberosTicket) - Static method in class org.apache.kyuubi.jdbc.hive.auth.KerberosUtils
 
getTime(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getTime(int, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getTime(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getTime(String, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getTime(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getTime(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getTime(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getTime(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getTime(int, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getTime(String, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getTime(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getTime(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getTime(int, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getTime(String, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getTimeDateFunctions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getTimestamp(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getTimestamp(int, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getTimestamp(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getTimestamp(String, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getTimestamp(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getTimestamp(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getTimestamp(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getTimestamp(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getTotalMonths() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
getTotalSeconds() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
Returns days/hours/minutes all converted into seconds.
getTransactionIsolation() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getType() - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBuffer
 
getType() - Method in class org.apache.kyuubi.jdbc.hive.JdbcColumn
 
getType() - Method in class org.apache.kyuubi.jdbc.hive.JdbcTable
 
getType() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getType() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
getType() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getType() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
getTypeInfo() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getTypeMap() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
getUDTs(String, String, String, int[]) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
getUnicodeStream(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getUnicodeStream(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getUpdateCount() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getUpdateCount() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getURL(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getURL(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getURL() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getURL(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getURL(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
getUserName() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getValueVector() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
getVersion() - Static method in class org.apache.kyuubi.jdbc.hive.Utils
 
getVersionColumns(String, String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
getWarnings() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
getWarnings() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
getWarnings() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
getWarnings() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
getWarnings() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
getYarnATSGuid() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
Returns the Yarn ATS GUID.
getYear() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
getYear() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
getYears() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
getZonedDateTime() - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
getZooKeeperEnsemble() - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 

H

HADOOP_CONFIGURATION_CLASS - Static variable in class org.apache.kyuubi.jdbc.hive.Utils
 
HADOOP_SECURITY_CREDENTIAL_PATH - Static variable in class org.apache.kyuubi.jdbc.hive.Utils
 
handle(Callback[]) - Method in class org.apache.kyuubi.jdbc.hive.auth.PlainSaslHelper.PlainCallbackHandler
 
hashCode() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
hashCode() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
This is returns original hash code as returned by HiveDecimalV1.
hashCode() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
hashCode() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
hashCode() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
hashCode() - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
hasMoreLogs() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
Check whether launch engine operation might be producing more logs to be fetched.
hasMoreLogs() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
Check whether query execution might be producing more logs to be fetched.
hasMoreLogs() - Method in interface org.apache.kyuubi.jdbc.hive.logs.KyuubiLoggable
Check whether the execution might be producing more logs to be fetched.
hasNull() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
HIVE_SERVER2_RETRY_FALSE - Static variable in class org.apache.kyuubi.jdbc.hive.Utils
 
HIVE_SERVER2_RETRY_KEY - Static variable in class org.apache.kyuubi.jdbc.hive.Utils
 
HIVE_SERVER2_RETRY_TRUE - Static variable in class org.apache.kyuubi.jdbc.hive.Utils
 
HiveDecimal - Class in org.apache.kyuubi.jdbc.hive.common
HiveDecimal is a decimal data type with a maximum precision and scale.
HiveIntervalDayTime - Class in org.apache.kyuubi.jdbc.hive.common
Day-time interval type representing an offset in days/hours/minutes/seconds, with nanosecond precision.
HiveIntervalDayTime() - Constructor for class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
HiveIntervalDayTime(int, int, int, int, int) - Constructor for class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
HiveIntervalDayTime(long, int) - Constructor for class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
HiveIntervalDayTime(BigDecimal) - Constructor for class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
HiveIntervalDayTime(HiveIntervalDayTime) - Constructor for class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
HiveIntervalYearMonth - Class in org.apache.kyuubi.jdbc.hive.common
 
HiveIntervalYearMonth() - Constructor for class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
HiveIntervalYearMonth(int, int) - Constructor for class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
HiveIntervalYearMonth(int) - Constructor for class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
HiveIntervalYearMonth(HiveIntervalYearMonth) - Constructor for class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
HOST_PROPERTY_KEY - Static variable in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
HS2_PROXY_USER - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
HTTP_PATH - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
HttpAuthUtils - Class in org.apache.kyuubi.jdbc.hive.auth
Utility functions for HTTP mode authentication.
HttpAuthUtils.HttpKerberosClientAction - Class in org.apache.kyuubi.jdbc.hive.auth
We'll create an instance of this class within a doAs block so that the client's TGT credentials can be read from the Subject
HttpBasicAuthInterceptor - Class in org.apache.kyuubi.jdbc.hive.auth
The class is instantiated with the username and password, it is then used to add header with these credentials to HTTP requests
HttpBasicAuthInterceptor(String, String, CookieStore, String, boolean, Map<String, String>, Map<String, String>) - Constructor for class org.apache.kyuubi.jdbc.hive.auth.HttpBasicAuthInterceptor
 
HttpKerberosClientAction(String) - Constructor for class org.apache.kyuubi.jdbc.hive.auth.HttpAuthUtils.HttpKerberosClientAction
 
HttpKerberosRequestInterceptor - Class in org.apache.kyuubi.jdbc.hive.auth
Authentication interceptor which adds Base64 encoded payload, containing the username and kerberos service ticket, to the outgoing http request header.
HttpKerberosRequestInterceptor(String, String, Subject, CookieStore, String, boolean, Map<String, String>, Map<String, String>) - Constructor for class org.apache.kyuubi.jdbc.hive.auth.HttpKerberosRequestInterceptor
 
HttpRequestInterceptorBase - Class in org.apache.kyuubi.jdbc.hive.auth
 
HttpRequestInterceptorBase(CookieStore, String, boolean, Map<String, String>, Map<String, String>) - Constructor for class org.apache.kyuubi.jdbc.hive.auth.HttpRequestInterceptorBase
 
HttpXsrfRequestInterceptor - Class in org.apache.kyuubi.jdbc.hive.auth
 
HttpXsrfRequestInterceptor() - Constructor for class org.apache.kyuubi.jdbc.hive.auth.HttpXsrfRequestInterceptor
 

I

initArrowSchemaAndAllocator() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
InPlaceUpdateStream - Interface in org.apache.kyuubi.jdbc.hive.logs
 
InPlaceUpdateStream.EventNotifier - Class in org.apache.kyuubi.jdbc.hive.logs
 
insertRow() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
insertsAreDetected(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
integerDigitCount() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Returns the number of integer digits in the decimal.
integerPortion() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return a decimal with only the integer digits.
internalToDate(int) - Static method in class org.apache.kyuubi.jdbc.hive.common.DateUtils
Converts the internal representation of a SQL DATE (int) to the Java type (Date).
IntervalDayTimeUtils - Class in org.apache.kyuubi.jdbc.hive.common
DateUtils.
IntervalDayTimeUtils() - Constructor for class org.apache.kyuubi.jdbc.hive.common.IntervalDayTimeUtils
 
intValue() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
An int variation of longValue().
isAfterLast() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
isAllZeroesBelow(int) - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
isAllZeroesBelow(int, long, long, long, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
isAutoIncrement(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
isBeforeFirst() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
isBeforeFirst() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
isBeforeFirst() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
isByte() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Is the decimal value a byte? Range -128 to 127.
isCaseSensitive(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
isCatalogAtStart() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
isClosed() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
isClosed() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
isClosed() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
isClosed() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
isClosed() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
isClosed() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
isCloseOnCompletion() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
isCloseOnCompletion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
isCurrency(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
isDefinitelyWritable(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSetMetaData
 
isFirst() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
isInt() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Is the decimal value a int? Range -2,147,483,648 to 2,147,483,647.
isKyuubiOperationHint(String) - Static method in class org.apache.kyuubi.jdbc.hive.Utils
 
isLast() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
isLong() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Is the decimal value a long? Range -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
isNullable(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
isNullAt(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
isNullAt(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
isOpen() - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
isOperationLogUpdatedAtLeastOnce() - Method in class org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream.EventNotifier
 
isOriginalTgt(KerberosTicket) - Static method in class org.apache.kyuubi.jdbc.hive.auth.KerberosUtils
Check whether the server principal is the TGS's principal
isPoolable() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
isPoolable() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
isReadOnly() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
isReadOnly() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
isReadOnly(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
isSearchable(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSetMetaData
 
isShort() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Is the decimal value a short? Range -32,768 to 32,767.
isSigned(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSetMetaData
 
isSigned(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
isValid(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
isWrapperFor(Class<?>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
isWrapperFor(Class<?>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDataSource
 
isWrapperFor(Class<?>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
isWrapperFor(Class<?>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
isWrapperFor(Class<?>) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
isWritable(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSetMetaData
 
iterator() - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBasedSet
 
iterator() - Method in class org.apache.kyuubi.jdbc.hive.cli.RowBasedSet
 

J

JdbcColumn - Class in org.apache.kyuubi.jdbc.hive
Column metadata.
JdbcColumnAttributes - Class in org.apache.kyuubi.jdbc.hive
 
JdbcColumnAttributes() - Constructor for class org.apache.kyuubi.jdbc.hive.JdbcColumnAttributes
 
JdbcColumnAttributes(int, int) - Constructor for class org.apache.kyuubi.jdbc.hive.JdbcColumnAttributes
 
JdbcColumnAttributes(String) - Constructor for class org.apache.kyuubi.jdbc.hive.JdbcColumnAttributes
 
jdbcCompliant() - Method in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
Returns whether the driver is JDBC compliant.
JdbcConnectionParams - Class in org.apache.kyuubi.jdbc.hive
 
JdbcConnectionParams() - Constructor for class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
JdbcConnectionParams(JdbcConnectionParams) - Constructor for class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
JdbcTable - Class in org.apache.kyuubi.jdbc.hive
Table metadata.
JdbcTable(String, String, String, String) - Constructor for class org.apache.kyuubi.jdbc.hive.JdbcTable
 
JdbcUriParseException - Exception in org.apache.kyuubi.jdbc.hive
 
JdbcUriParseException(Throwable) - Constructor for exception org.apache.kyuubi.jdbc.hive.JdbcUriParseException
 
JdbcUriParseException(String) - Constructor for exception org.apache.kyuubi.jdbc.hive.JdbcUriParseException
 
JdbcUriParseException(String, Throwable) - Constructor for exception org.apache.kyuubi.jdbc.hive.JdbcUriParseException
 

K

KerberosAuthentication - Class in org.apache.kyuubi.jdbc.hive.auth
 
KerberosAuthenticationManager - Class in org.apache.kyuubi.jdbc.hive.auth
 
KerberosAuthenticationManager() - Constructor for class org.apache.kyuubi.jdbc.hive.auth.KerberosAuthenticationManager
 
KerberosSaslHelper - Class in org.apache.kyuubi.jdbc.hive.auth
 
KerberosUtils - Class in org.apache.kyuubi.jdbc.hive.auth
 
KerberosUtils() - Constructor for class org.apache.kyuubi.jdbc.hive.auth.KerberosUtils
 
KYUUBI_CLIENT_VERSION_KEY - Static variable in class org.apache.kyuubi.jdbc.hive.Utils
 
KYUUBI_OPERATION_HINT_PATTERN - Static variable in class org.apache.kyuubi.jdbc.hive.Utils
 
KyuubiArrowBasedResultSet - Class in org.apache.kyuubi.jdbc.hive
Data independent base class which implements the common part of all Kyuubi result sets.
KyuubiArrowBasedResultSet() - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
KyuubiArrowQueryResultSet - Class in org.apache.kyuubi.jdbc.hive
 
KyuubiArrowQueryResultSet(KyuubiArrowQueryResultSet.Builder) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
KyuubiArrowQueryResultSet.Builder - Class in org.apache.kyuubi.jdbc.hive
 
KyuubiBaseResultSet - Class in org.apache.kyuubi.jdbc.hive
Data independent base class which implements the common part of all Kyuubi result sets.
KyuubiBaseResultSet() - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
KyuubiCallableStatement - Class in org.apache.kyuubi.jdbc.hive
KyuubiCallableStatement.
KyuubiCallableStatement(Connection) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiCallableStatement
 
KyuubiConnection - Class in org.apache.kyuubi.jdbc.hive
KyuubiConnection.
KyuubiConnection(String, Properties) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
KyuubiDatabaseMetaData - Class in org.apache.kyuubi.jdbc.hive
KyuubiDatabaseMetaData.
KyuubiDatabaseMetaData(KyuubiConnection, TProtocolVersion, TCLIService.Iface, TSessionHandle) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
KyuubiDataSource - Class in org.apache.kyuubi.jdbc.hive
KyuubiDataSource.
KyuubiDataSource() - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiDataSource
 
KyuubiDriver - Class in org.apache.kyuubi.jdbc
Deprecated.
Use `KyuubiHiveDriver` instead.
KyuubiDriver() - Constructor for class org.apache.kyuubi.jdbc.KyuubiDriver
Deprecated.
 
KyuubiHiveDriver - Class in org.apache.kyuubi.jdbc
Kyuubi JDBC driver to connect to Kyuubi server via HiveServer2 thrift protocol.
KyuubiHiveDriver() - Constructor for class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
KyuubiLoggable - Interface in org.apache.kyuubi.jdbc.hive.logs
 
KyuubiMetaDataResultSet<M> - Class in org.apache.kyuubi.jdbc.hive
 
KyuubiMetaDataResultSet(List<String>, List<TTypeId>, List<M>) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiMetaDataResultSet
 
KyuubiPreparedStatement - Class in org.apache.kyuubi.jdbc.hive
KyuubiPreparedStatement.
KyuubiPreparedStatement(KyuubiConnection, TCLIService.Iface, TSessionHandle, String) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
KyuubiQueryResultSet - Class in org.apache.kyuubi.jdbc.hive
KyuubiQueryResultSet.
KyuubiQueryResultSet(KyuubiQueryResultSet.Builder) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
KyuubiQueryResultSet.Builder - Class in org.apache.kyuubi.jdbc.hive
 
KyuubiResultSetMetaData - Class in org.apache.kyuubi.jdbc.hive
KyuubiResultSetMetaData.
KyuubiResultSetMetaData(List<String>, List<TTypeId>, List<JdbcColumnAttributes>) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
KyuubiSQLException - Exception in org.apache.kyuubi.jdbc.hive
 
KyuubiSQLException() - Constructor for exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
Constructor.
KyuubiSQLException(String) - Constructor for exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
Constructs a SQLException object with a given reason.
KyuubiSQLException(Throwable) - Constructor for exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
Constructs a SQLException object with a given cause.
KyuubiSQLException(String, String) - Constructor for exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
 
KyuubiSQLException(String, Throwable) - Constructor for exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
 
KyuubiSQLException(String, String, int) - Constructor for exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
 
KyuubiSQLException(String, String, Throwable) - Constructor for exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
 
KyuubiSQLException(String, String, int, Throwable) - Constructor for exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
 
KyuubiSQLException(TStatus) - Constructor for exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
 
KyuubiStatement - Class in org.apache.kyuubi.jdbc.hive
KyuubiStatement.
KyuubiStatement(KyuubiConnection, TCLIService.Iface, TSessionHandle) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
KyuubiStatement(KyuubiConnection, TCLIService.Iface, TSessionHandle, int) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
KyuubiStatement(KyuubiConnection, TCLIService.Iface, TSessionHandle, boolean) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
KyuubiStatement(KyuubiConnection, TCLIService.Iface, TSessionHandle, boolean, int) - Constructor for class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 

L

last() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
lengthOfMonth() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
locatorsUpdateCopy() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
LOG - Static variable in class org.apache.kyuubi.jdbc.hive.cli.ColumnBasedSet
 
LOG - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
LOG - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
LOG - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
LOG - Static variable in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
LOG - Static variable in class org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream.EventNotifier
 
longValue() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return the long value of a decimal.
longValueExact() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 

M

MAX_ABS_DECIMAL64 - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
MAX_DECIMAL_DIGITS - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimalImpl
 
MAX_INT_BD - Static variable in class org.apache.kyuubi.jdbc.hive.common.IntervalDayTimeUtils
 
MAX_PRECISION - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
MAX_SCALE - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
MONTHS_PER_YEAR - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
moveToCurrentRow() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
moveToInsertRow() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
multiply(HiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Multiply two decimals.

N

nanos - Variable in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
NANOS_PER_SEC - Static variable in class org.apache.kyuubi.jdbc.hive.common.IntervalDayTimeUtils
 
NANOS_PER_SEC_BD - Static variable in class org.apache.kyuubi.jdbc.hive.common.IntervalDayTimeUtils
 
nativeSQL(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
negate() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Reverse the sign of a decimal.
negate() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
negate() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
NEGOTIATE - Static variable in class org.apache.kyuubi.jdbc.hive.auth.HttpAuthUtils
 
newFasterHashCode() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Hash code based on (new) decimal representation.
newSynchronizedClient(TCLIService.Iface) - Static method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
next() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
Moves the cursor down one row from its current position.
next() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
Moves the cursor down one row from its current position.
NO_OP - Static variable in interface org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream
 
normalizedColumnNames - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
normalizedColumnNames - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
normalizeSecondsAndNanos() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
Ensures that the seconds and nanoseconds fields have consistent sign
nullPlusNonNullIsNull() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
nullsAreSortedAtStart() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
nullsAreSortedHigh() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
nullsAreSortedLow() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
numCols() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
Returns the number of columns that make up this batch.
numColumns() - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBasedSet
 
numColumns() - Method in class org.apache.kyuubi.jdbc.hive.cli.RowBasedSet
 
numColumns() - Method in interface org.apache.kyuubi.jdbc.hive.cli.RowSet
 
numFields() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
numNulls() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnVector
 
numRows - Variable in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
 
numRows() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
Returns the number of rows for read, including filtered rows.
numRows() - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBasedSet
 
numRows() - Method in class org.apache.kyuubi.jdbc.hive.cli.RowBasedSet
 
numRows() - Method in interface org.apache.kyuubi.jdbc.hive.cli.RowSet
 

O

of(int, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.Date
 
ofEpochDay(int) - Static method in class org.apache.kyuubi.jdbc.hive.common.Date
 
ofEpochMilli(long) - Static method in class org.apache.kyuubi.jdbc.hive.common.Date
 
ofEpochMilli(long) - Static method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
ofEpochMilli(long, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
ofEpochSecond(long) - Static method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
ofEpochSecond(long, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
ONE - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
open() - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
open() - Method in class org.apache.kyuubi.jdbc.hive.auth.TSubjectTransport
 
operationLogShowedToUser() - Method in class org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream.EventNotifier
 
org.apache.kyuubi.jdbc - package org.apache.kyuubi.jdbc
 
org.apache.kyuubi.jdbc.hive - package org.apache.kyuubi.jdbc.hive
 
org.apache.kyuubi.jdbc.hive.adapter - package org.apache.kyuubi.jdbc.hive.adapter
 
org.apache.kyuubi.jdbc.hive.arrow - package org.apache.kyuubi.jdbc.hive.arrow
 
org.apache.kyuubi.jdbc.hive.auth - package org.apache.kyuubi.jdbc.hive.auth
 
org.apache.kyuubi.jdbc.hive.cli - package org.apache.kyuubi.jdbc.hive.cli
 
org.apache.kyuubi.jdbc.hive.common - package org.apache.kyuubi.jdbc.hive.common
 
org.apache.kyuubi.jdbc.hive.logs - package org.apache.kyuubi.jdbc.hive.logs
 
othersDeletesAreVisible(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 

P

parse(String) - Static method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZUtil
 
parse(String, ZoneId) - Static method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZUtil
 
parseInitFile(String) - Static method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
parseNumericValueWithRange(String, String, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.DateUtils
 
parseNumericValueWithRange(String, String, int, int) - Static method in class org.apache.kyuubi.jdbc.hive.common.IntervalDayTimeUtils
 
parsePropertyFromUrl(String, String) - Static method in class org.apache.kyuubi.jdbc.hive.Utils
 
parseURL(String) - Static method in class org.apache.kyuubi.jdbc.hive.Utils
 
parseURL(String, Properties) - Static method in class org.apache.kyuubi.jdbc.hive.Utils
Parse JDBC connection URL The new format of the URL is: jdbc:hive2://:,:/dbName;sess_var_list?hive_conf_list#hive_var_list where the optional sess, conf and var lists are semicolon separated = pairs.
peek() - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
PlainCallbackHandler(String, String) - Constructor for class org.apache.kyuubi.jdbc.hive.auth.PlainSaslHelper.PlainCallbackHandler
 
PlainSaslHelper - Class in org.apache.kyuubi.jdbc.hive.auth
 
PlainSaslHelper.PlainCallbackHandler - Class in org.apache.kyuubi.jdbc.hive.auth
 
PORT_PROPERTY_KEY - Static variable in class org.apache.kyuubi.jdbc.KyuubiHiveDriver
 
pow(int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return the result of decimal^exponent
precision() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Returns the number of digits (integer and fractional) in the number, which is equivalent to SQL decimal precision.
precision - Variable in class org.apache.kyuubi.jdbc.hive.JdbcColumnAttributes
 
prepareCall(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
prepareCall(String, int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
prepareCall(String, int, int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
prepareStatement(String, int, int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
prepareStatement(String, int[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
prepareStatement(String, String[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
prepareStatement(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
prepareStatement(String, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
prepareStatement(String, int, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
previous() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
process(HttpRequest, HttpContext) - Method in class org.apache.kyuubi.jdbc.hive.auth.HttpRequestInterceptorBase
 
process(HttpRequest, HttpContext) - Method in class org.apache.kyuubi.jdbc.hive.auth.HttpXsrfRequestInterceptor
 
progressBarCompleted() - Method in class org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream.EventNotifier
 
PROPERTY_DRIVER - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
PROPERTY_URL - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 

R

rawPrecision() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
read(byte[], int, int) - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
readAll(byte[], int, int) - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
reauthenticateIfSoonWillBeExpired() - Method in class org.apache.kyuubi.jdbc.hive.auth.CachingKerberosAuthentication
 
refreshRow() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
registerOutParameter(int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
registerOutParameter(int, int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
registerOutParameter(int, int, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
registerOutParameter(String, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
registerOutParameter(String, int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
registerOutParameter(String, int, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
relative(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
releaseSavepoint(Savepoint) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
remainder(HiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Divides this decimal by another decimal and returns a new decimal with the remainder of the division.
renewDelegationToken(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
rollback() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
rollback(Savepoint) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
root - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
rootAllocator - Static variable in class org.apache.kyuubi.jdbc.hive.arrow.ArrowUtils
 
ROUND_CEILING - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
ROUND_CEILING:
ROUND_FLOOR - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
ROUND_FLOOR:
ROUND_HALF_EVEN - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
ROUND_HALF_EVEN: Round towards the "nearest neighbor" unless both neighbors are equidistant, then round towards the even neighbor.
ROUND_HALF_UP - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
ROUND_HALF_UP:
row - Variable in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
 
row - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
row - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
RowBasedSet - Class in org.apache.kyuubi.jdbc.hive.cli
RowBasedSet
RowBasedSet(TRowSet) - Constructor for class org.apache.kyuubi.jdbc.hive.cli.RowBasedSet
 
rowDeleted() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
rowDeleted() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
rowId - Variable in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatchRow
 
rowInserted() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
rowInserted() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
rowIterator() - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
Returns an iterator over the rows in this batch.
RowSet - Interface in org.apache.kyuubi.jdbc.hive.cli
 
RowSetFactory - Class in org.apache.kyuubi.jdbc.hive.cli
 
RowSetFactory() - Constructor for class org.apache.kyuubi.jdbc.hive.cli.RowSetFactory
 
rowUpdated() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
rowUpdated() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
run() - Method in class org.apache.kyuubi.jdbc.hive.auth.HttpAuthUtils.HttpKerberosClientAction
 

S

SaslQOP - Enum in org.apache.kyuubi.jdbc.hive.auth
Possible values of SASL quality-of-protection value.
saslQop - Variable in enum org.apache.kyuubi.jdbc.hive.auth.SaslQOP
 
scale() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Returns the scale of the decimal.
scale - Variable in class org.apache.kyuubi.jdbc.hive.JdbcColumnAttributes
 
scaleByPowerOfTen(int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Multiplies a decimal by a power of 10.
SCRATCH_BUFFER_LEN_BIG_INTEGER_BYTES - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
SCRATCH_BUFFER_LEN_SERIALIZATION_UTILS_READ - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
SCRATCH_BUFFER_LEN_TO_BYTES - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
SCRATCH_LONGS_LEN - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
SCRATCH_LONGS_LEN_FAST_SERIALIZATION_UTILS_WRITE - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
serializationUtilsRead(InputStream, int, byte[]) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Deserialize data written in the format used by the SerializationUtils methods readBigInteger/writeBigInteger and create a decimal using the supplied scale.
serializationUtilsWrite(OutputStream, long[]) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Serialize this decimal's BigInteger equivalent unscaled value using the format that the SerializationUtils methods readBigInteger/writeBigInteger use.
SERVICE_DISCOVERY_MODE - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
set(int, int, int, int, int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
set(long, int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
set(BigDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
set(HiveIntervalDayTime) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
set(int, int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
set(int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
set(HiveIntervalYearMonth) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
set(Timestamp) - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
set(long, int, ZoneId) - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
Obtains an instance of Instant using seconds from the epoch of 1970-01-01T00:00:00Z and nanosecond fraction of second.
setArray(int, Array) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setArray(int, Array) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setAsciiStream(String, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setAsciiStream(String, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setAsciiStream(int, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setAsciiStream(int, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setAsciiStream(int, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setAutoCommit(boolean) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
setBigDecimal(String, BigDecimal) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setBinaryStream(String, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBinaryStream(String, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBinaryStream(int, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBinaryStream(int, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setBlob(String, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBlob(String, Blob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBlob(String, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBlob(int, Blob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBlob(int, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBlob(int, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBlob(int, Blob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setBlob(int, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setBlob(int, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setBoolean(String, boolean) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBoolean(int, boolean) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBoolean(int, boolean) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setByte(String, byte) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setByte(int, byte) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setByte(int, byte) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setBytes(String, byte[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBytes(int, byte[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setBytes(int, byte[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setCatalog(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
setCatalogName(String) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setCharacterStream(String, Reader, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setCharacterStream(String, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setCharacterStream(String, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setCharacterStream(int, Reader, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setCharacterStream(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setCharacterStream(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setCharacterStream(int, Reader, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setCharacterStream(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setClient(TCLIService.Iface) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setClient(TCLIService.Iface) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setClientInfo(Properties) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
setClientInfo(String, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
setClob(String, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setClob(String, Clob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setClob(String, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setClob(int, Clob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setClob(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setClob(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setClob(int, Clob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setClob(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setClob(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setCurrentHostZnodePath(String) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setCursorName(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setCursorName(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
setDate(String, Date) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setDate(String, Date, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setDate(int, Date) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setDate(int, Date, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setDate(int, Date, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setDate(int, Date) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setDayOfMonth(int) - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
setDbName(String) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setDouble(String, double) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setDouble(int, double) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setDouble(int, double) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setEmptyResultSet(boolean) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setEmptyResultSet(boolean) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setEngineLogThread(Thread) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
setEscapeProcessing(boolean) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setEscapeProcessing(boolean) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
setFetchDirection(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setFetchDirection(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
setFetchDirection(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
setFetchSize(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setFetchSize(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
setFetchSize(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setFetchSize(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet
 
setFetchSize(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setFetchSize(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet
 
setFetchSize(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
setFloat(String, float) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setFloat(int, float) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setFloat(int, float) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setHiveConfs(Map<String, String>) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setHiveVars(Map<String, String>) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setHoldability(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
setHost(String) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setInPlaceUpdateStream(InPlaceUpdateStream) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
This is only used by the beeline client to set the stream on which in place progress updates are to be shown
setInt(String, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setInt(int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setInt(int, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setJdbcUriString(String) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setLoginTimeout(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDataSource
 
setLogWriter(PrintWriter) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDataSource
 
setLong(String, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setLong(int, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setLong(int, long) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setMaxFieldSize(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setMaxFieldSize(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
setMaxRows(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setMaxRows(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setMaxRows(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setMaxRows(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
setMonth(int) - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
setNanos(int) - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
setNCharacterStream(String, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNCharacterStream(String, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNCharacterStream(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNCharacterStream(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNCharacterStream(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setNCharacterStream(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setNClob(String, NClob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNClob(String, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNClob(String, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNClob(int, NClob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNClob(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNClob(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNClob(int, NClob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setNClob(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setNClob(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
setNString(String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNString(int, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNString(int, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setNull(String, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNull(String, int, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNull(int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNull(int, int, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setNull(int, int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setNumRows(int) - Method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowColumnarBatch
Sets the number of rows in this batch.
setObject(String, Object, int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setObject(String, Object, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setObject(String, Object) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setObject(int, Object, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setObject(int, Object) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setObject(int, Object, int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setObject(int, Object, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setObject(int, Object, int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setObject(int, Object) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setPoolable(boolean) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setPoolable(boolean) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLStatement
 
setPort(int) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setQueryTimeout(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setQueryTimeout(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
setReadOnly(boolean) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
setRef(int, Ref) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setRef(int, Ref) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setRowId(String, RowId) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setRowId(int, RowId) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setRowId(int, RowId) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setSavepoint() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
setSavepoint(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
setScale(int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Deprecated.
setScale(int, int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Do decimal rounding and return the result.
setSchema(TTableSchema) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
setSchema(List<String>, List<TTypeId>) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setSchema(List<String>, List<TTypeId>, List<JdbcColumnAttributes>) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setSchema(TTableSchema) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
setSchema(String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
setSchema(List<String>, List<TTypeId>) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setSchema(List<String>, List<TTypeId>, List<JdbcColumnAttributes>) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setScrollable(boolean) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setScrollable(boolean) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setSessionHandle(TSessionHandle) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setSessionHandle(TSessionHandle) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setSessionVars(Map<String, String>) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setShort(String, short) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setShort(int, short) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setShort(int, short) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setSQLXML(String, SQLXML) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setSQLXML(int, SQLXML) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setSQLXML(int, SQLXML) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setStartOffset(long) - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBasedSet
 
setStartOffset(long) - Method in class org.apache.kyuubi.jdbc.hive.cli.RowBasedSet
 
setStartOffset(long) - Method in interface org.apache.kyuubi.jdbc.hive.cli.RowSet
 
setStmtHandle(TOperationHandle) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setStmtHandle(TOperationHandle) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setString(String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setString(int, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setString(int, String) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setSuppliedURLAuthority(String) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
setTime(String, Time) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setTime(String, Time, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setTime(int, Time) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setTime(int, Time, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setTime(int, Time) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setTime(int, Time, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setTimeInDays(int) - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
setTimeInMillis(long) - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
setTimeInMillis(long) - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
setTimeInMillis(long, int) - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
setTimeInSeconds(long) - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
setTimeInSeconds(long, int) - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
setTimestamp(String, Timestamp) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setTimestamp(int, Timestamp) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiPreparedStatement
 
setTimestampAsString(boolean) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setTransactionIsolation(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
setTransportLock(ReentrantLock) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowQueryResultSet.Builder
 
setTransportLock(ReentrantLock) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiQueryResultSet.Builder
 
setTypeMap(Map<String, Class<?>>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLConnection
 
setUnicodeStream(int, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setUnicodeStream(int, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setURL(String, URL) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setURL(int, URL) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
setURL(int, URL) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLPreparedStatement
 
setYear(int) - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
setZonedDateTime(ZonedDateTime) - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
setZooKeeperEnsemble(String) - Method in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
shortValue() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
A short variation of longValue().
signum() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Get the sign of the decimal.
size() - Method in class org.apache.kyuubi.jdbc.hive.cli.ColumnBuffer
 
splitPrincipal(String) - Static method in class org.apache.kyuubi.jdbc.hive.auth.KerberosUtils
 
SQLCallableStatement - Interface in org.apache.kyuubi.jdbc.hive.adapter
 
SQLConnection - Interface in org.apache.kyuubi.jdbc.hive.adapter
 
SQLDatabaseMetaData - Interface in org.apache.kyuubi.jdbc.hive.adapter
 
SQLDataSource - Interface in org.apache.kyuubi.jdbc.hive.adapter
 
SQLPreparedStatement - Interface in org.apache.kyuubi.jdbc.hive.adapter
 
SQLResultSet - Interface in org.apache.kyuubi.jdbc.hive.adapter
 
SQLResultSetMetaData - Interface in org.apache.kyuubi.jdbc.hive.adapter
 
SQLStatement - Interface in org.apache.kyuubi.jdbc.hive.adapter
 
SSL_TRUST_STORE - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
SSL_TRUST_STORE_PASSWORD - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
statement - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
statement - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
storesLowerCaseIdentifiers() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
STRING_ENFORCE_PRECISION_OUT_OF_RANGE - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
STRING_ENFORCE_SCALE_LESS_THAN_EQUAL_PRECISION - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
STRING_ENFORCE_SCALE_OUT_OF_RANGE - Static variable in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
subtract(HiveDecimal) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Subtract from the current decimal another decimal and return the result.
supportsAlterTableWithAddColumn() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsANSI92FullSQL() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsConvert() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsConvert(int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsGroupBy() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsGroupByUnrelated() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsLikeEscapeClause() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsMultipleOpenResults() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsMultipleTransactions() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsNamedParameters() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsOrderByUnrelated() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsOuterJoins() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsSavepoints() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsStatementPooling() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsSubqueriesInExists() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsSubqueriesInIns() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsTableCorrelationNames() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
supportsTransactions() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsUnion() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
supportsUnionAll() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
 
SYSTEM_DEFAULT_PRECISION - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Default precision/scale when system is not able to determine them, such as in case of a non-generic udf.
SYSTEM_DEFAULT_SCALE - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 

T

TFilterTransport - Class in org.apache.kyuubi.jdbc.hive.auth
Transport that simply wraps another transport.
TFilterTransport(TTransport) - Constructor for class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
ThriftUtils - Class in org.apache.kyuubi.jdbc.hive.auth
This class helps in some aspects of authentication.
ThriftUtils() - Constructor for class org.apache.kyuubi.jdbc.hive.auth.ThriftUtils
 
Timestamp - Class in org.apache.kyuubi.jdbc.hive.common
This is the internal type for Timestamp.
Timestamp() - Constructor for class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
Timestamp(Timestamp) - Constructor for class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
timestampAsString - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
TimestampTZ - Class in org.apache.kyuubi.jdbc.hive.common
This is the internal type for Timestamp with time zone.
TimestampTZ() - Constructor for class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
TimestampTZ(ZonedDateTime) - Constructor for class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
TimestampTZ(long, int, ZoneId) - Constructor for class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
TimestampTZUtil - Class in org.apache.kyuubi.jdbc.hive.common
 
TimestampTZUtil() - Constructor for class org.apache.kyuubi.jdbc.hive.common.TimestampTZUtil
 
timeZone - Variable in class org.apache.kyuubi.jdbc.hive.JdbcColumnAttributes
 
toArrowField(String, TTypeId, JdbcColumnAttributes) - Static method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowUtils
 
toArrowSchema(List<String>, List<TTypeId>, List<JdbcColumnAttributes>) - Static method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowUtils
 
toArrowType(TTypeId, JdbcColumnAttributes) - Static method in class org.apache.kyuubi.jdbc.hive.arrow.ArrowUtils
 
toBytes(byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Decimal to ASCII bytes conversion.
toCause(List<String>) - Static method in exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
Converts a flattened list of texts including the stack trace and the stack traces of the nested causes into a Throwable object.
toColumnValue(TColumnValue) - Static method in class org.apache.kyuubi.jdbc.hive.cli.ColumnValue
 
toDigitsOnlyBytes(byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Convert decimal to just the digits -- no dot.
toDigitsOnlyString() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
toEpochDay() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
toEpochMilli() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
toEpochMilli() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
toEpochMilli() - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
toEpochSecond() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
toEpochSecond() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
toFormatBytes(int, byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
This is the serialization version of decimal to string conversion.
toFormatString(int) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return a string representation of the decimal using the specified scale.
toFormatString(int, byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
toJdbcTableType(String) - Static method in class org.apache.kyuubi.jdbc.hive.KyuubiDatabaseMetaData
Translate hive table types into jdbc table types.
toSqlTimestamp() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
toString() - Method in enum org.apache.kyuubi.jdbc.hive.auth.SaslQOP
 
toString() - Method in class org.apache.kyuubi.jdbc.hive.common.Date
 
toString() - Method in class org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal
 
toString() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Return a string representation of the decimal.
toString(byte[]) - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
toString() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
toString() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
toString() - Method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
toString() - Method in class org.apache.kyuubi.jdbc.hive.common.TimestampTZ
 
toString() - Method in class org.apache.kyuubi.jdbc.hive.JdbcColumnAttributes
 
toString(Throwable) - Static method in exception org.apache.kyuubi.jdbc.hive.KyuubiSQLException
Converts a Throwable object into a flattened list of texts including its stack trace and the stack traces of the nested causes.
totalMonths - Variable in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
totalSeconds - Variable in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
toTFetchType() - Method in enum org.apache.kyuubi.jdbc.hive.cli.FetchType
 
toZeroIndex(int) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiResultSetMetaData
 
TRANSPORT_MODE - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
TSubjectTransport - Class in org.apache.kyuubi.jdbc.hive.auth
This is used on the client side, where the API explicitly opens transport to the server using the Subject.doAs().
TSubjectTransport(TTransport, Subject) - Constructor for class org.apache.kyuubi.jdbc.hive.auth.TSubjectTransport
 

U

unscaledValue() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Get a BigInteger representing the decimal's digits without a dot.
unwrap(Class<T>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
unwrap(Class<T>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
unwrap(Class<T>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDataSource
 
unwrap(Class<T>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
unwrap(Class<T>) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSetMetaData
 
unwrap(Class<T>) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
unwrap(Class<T>) - Method in class org.apache.kyuubi.jdbc.hive.KyuubiStatement
 
update(TProgressUpdateResp) - Method in interface org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream
 
updateArray(int, Array) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateArray(String, Array) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateAsciiStream(int, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateAsciiStream(String, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateAsciiStream(int, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateAsciiStream(String, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateAsciiStream(int, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateAsciiStream(String, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBigDecimal(int, BigDecimal) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBigDecimal(String, BigDecimal) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBinaryStream(int, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBinaryStream(String, InputStream, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBinaryStream(int, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBinaryStream(String, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBinaryStream(int, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBinaryStream(String, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBlob(int, Blob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBlob(String, Blob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBlob(int, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBlob(String, InputStream, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBlob(int, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBlob(String, InputStream) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBoolean(int, boolean) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBoolean(String, boolean) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateByte(int, byte) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateByte(String, byte) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBytes(int, byte[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateBytes(String, byte[]) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateCharacterStream(int, Reader, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateCharacterStream(String, Reader, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateCharacterStream(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateCharacterStream(String, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateCharacterStream(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateCharacterStream(String, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateClob(int, Clob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateClob(String, Clob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateClob(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateClob(String, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateClob(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateClob(String, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateDate(int, Date) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateDate(String, Date) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateDouble(int, double) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateDouble(String, double) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateFloat(int, float) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateFloat(String, float) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateInt(int, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateInt(String, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateKnownMessageSize(long) - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
updateLong(int, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateLong(String, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNCharacterStream(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNCharacterStream(String, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNCharacterStream(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNCharacterStream(String, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNClob(int, NClob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNClob(String, NClob) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNClob(int, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNClob(String, Reader, long) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNClob(int, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNClob(String, Reader) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNString(int, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNString(String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNull(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateNull(String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateObject(int, Object, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateObject(int, Object) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateObject(String, Object, int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateObject(String, Object) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateRef(int, Ref) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateRef(String, Ref) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateRow() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateRowId(int, RowId) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateRowId(String, RowId) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updatesAreDetected(int) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
updateShort(int, short) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateShort(String, short) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateSql(String, HashMap<Integer, String>) - Static method in class org.apache.kyuubi.jdbc.hive.Utils
update the SQL string with parameters set by setXXX methods of PreparedStatement
updateSQLXML(int, SQLXML) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateSQLXML(String, SQLXML) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateString(int, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateString(String, String) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateTime(int, Time) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateTime(String, Time) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateTimestamp(int, Timestamp) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
updateTimestamp(String, Timestamp) - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLResultSet
 
URL_PREFIX_LIST - Static variable in class org.apache.kyuubi.jdbc.hive.Utils
The required prefix list for the connection URL.
USE_SSL - Static variable in class org.apache.kyuubi.jdbc.hive.JdbcConnectionParams
 
USER_DEFAULT_PRECISION - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Default precision/scale when user doesn't specify in the column metadata, such as decimal and decimal(8).
USER_DEFAULT_SCALE - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
 
usesLocalFilePerTable() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
usesLocalFiles() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLDatabaseMetaData
 
Utils - Class in org.apache.kyuubi.jdbc.hive
 
Utils() - Constructor for class org.apache.kyuubi.jdbc.hive.Utils
 

V

validate() - Method in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Throws an exception if the current decimal value is invalid.
valueOf(String) - Static method in enum org.apache.kyuubi.jdbc.hive.auth.SaslQOP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.kyuubi.jdbc.hive.cli.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.kyuubi.jdbc.hive.common.Date
 
valueOf(String) - Static method in enum org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal.FastCheckPrecisionScaleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalDayTime
 
valueOf(String) - Static method in class org.apache.kyuubi.jdbc.hive.common.HiveIntervalYearMonth
 
valueOf(String) - Static method in class org.apache.kyuubi.jdbc.hive.common.Timestamp
 
values() - Static method in enum org.apache.kyuubi.jdbc.hive.auth.SaslQOP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.kyuubi.jdbc.hive.cli.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.kyuubi.jdbc.hive.common.FastHiveDecimal.FastCheckPrecisionScaleStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitLaunchEngineToComplete() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiConnection
 
warningChain - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
warningChain - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
wasNull() - Method in interface org.apache.kyuubi.jdbc.hive.adapter.SQLCallableStatement
 
wasNull - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
wasNull() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiArrowBasedResultSet
 
wasNull - Variable in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
wasNull() - Method in class org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet
 
wrapped - Variable in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
write(byte[]) - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 
write(byte[], int, int) - Method in class org.apache.kyuubi.jdbc.hive.auth.TFilterTransport
 

Z

ZERO - Static variable in class org.apache.kyuubi.jdbc.hive.common.HiveDecimal
Common values.
ZooKeeperHiveClientException - Exception in org.apache.kyuubi.jdbc.hive
 
ZooKeeperHiveClientException(Throwable) - Constructor for exception org.apache.kyuubi.jdbc.hive.ZooKeeperHiveClientException
 
ZooKeeperHiveClientException(String) - Constructor for exception org.apache.kyuubi.jdbc.hive.ZooKeeperHiveClientException
 
ZooKeeperHiveClientException(String, Throwable) - Constructor for exception org.apache.kyuubi.jdbc.hive.ZooKeeperHiveClientException
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2023 The Apache Software Foundation. All rights reserved.