Uses of Interface
com.databricks.jdbc.api.internal.IDatabricksStatementInternal
-
-
Uses of IDatabricksStatementInternal in com.databricks.jdbc.api.impl
Classes in com.databricks.jdbc.api.impl that implement IDatabricksStatementInternal Modifier and Type Class Description classDatabricksPreparedStatementclassDatabricksStatement -
Uses of IDatabricksStatementInternal in com.databricks.jdbc.api.impl.arrow
Constructors in com.databricks.jdbc.api.impl.arrow with parameters of type IDatabricksStatementInternal Constructor Description AbstractRemoteChunkProvider(IDatabricksStatementInternal parentStatement, TFetchResultsResp resultsResp, IDatabricksSession session, IDatabricksHttpClient httpClient, int maxParallelChunkDownloadsPerQuery, CompressionCodec compressionCodec)ArrowStreamResult(TFetchResultsResp resultsResp, boolean isInlineArrow, IDatabricksStatementInternal parentStatementId, IDatabricksSession session) -
Uses of IDatabricksStatementInternal in com.databricks.jdbc.api.impl.arrow.incubator
Constructors in com.databricks.jdbc.api.impl.arrow.incubator with parameters of type IDatabricksStatementInternal Constructor Description RemoteChunkProviderV2(IDatabricksStatementInternal parentStatement, TFetchResultsResp resultsResp, IDatabricksSession session, IDatabricksHttpClient httpClient, int maxParallelChunkDownloadsPerQuery, CompressionCodec compressionCodec) -
Uses of IDatabricksStatementInternal in com.databricks.jdbc.api.impl.volume
Constructors in com.databricks.jdbc.api.impl.volume with parameters of type IDatabricksStatementInternal Constructor Description VolumeOperationResult(long totalRows, long totalColumns, IDatabricksSession session, IExecutionResult resultHandler, IDatabricksStatementInternal statement) -
Uses of IDatabricksStatementInternal in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type IDatabricksStatementInternal Modifier and Type Method Description static List<List<Object>>DatabricksThriftUtil. convertColumnarToRowBased(TFetchResultsResp resultsResp, IDatabricksStatementInternal parentStatement, IDatabricksSession session) -
Uses of IDatabricksStatementInternal in com.databricks.jdbc.dbclient
-
Uses of IDatabricksStatementInternal in com.databricks.jdbc.dbclient.impl.sqlexec
Methods in com.databricks.jdbc.dbclient.impl.sqlexec with parameters of type IDatabricksStatementInternal Modifier and Type Method Description DatabricksResultSetDatabricksSdkClient. executeStatement(String sql, IDatabricksComputeResource computeResource, Map<Integer,ImmutableSqlParameter> parameters, StatementType statementType, IDatabricksSession session, IDatabricksStatementInternal parentStatement)DatabricksResultSetDatabricksSdkClient. executeStatementAsync(String sql, IDatabricksComputeResource computeResource, Map<Integer,ImmutableSqlParameter> parameters, IDatabricksSession session, IDatabricksStatementInternal parentStatement)TFetchResultsRespDatabricksSdkClient. getMoreResults(IDatabricksStatementInternal parentStatement)DatabricksResultSetDatabricksSdkClient. getStatementResult(StatementId typedStatementId, IDatabricksSession session, IDatabricksStatementInternal parentStatement) -
Uses of IDatabricksStatementInternal in com.databricks.jdbc.dbclient.impl.thrift
Methods in com.databricks.jdbc.dbclient.impl.thrift with parameters of type IDatabricksStatementInternal Modifier and Type Method Description DatabricksResultSetDatabricksThriftServiceClient. executeStatement(String sql, IDatabricksComputeResource computeResource, Map<Integer,ImmutableSqlParameter> parameters, StatementType statementType, IDatabricksSession session, IDatabricksStatementInternal parentStatement)DatabricksResultSetDatabricksThriftServiceClient. executeStatementAsync(String sql, IDatabricksComputeResource computeResource, Map<Integer,ImmutableSqlParameter> parameters, IDatabricksSession session, IDatabricksStatementInternal parentStatement)TFetchResultsRespDatabricksThriftServiceClient. getMoreResults(IDatabricksStatementInternal parentStatement)DatabricksResultSetDatabricksThriftServiceClient. getStatementResult(StatementId statementId, IDatabricksSession session, IDatabricksStatementInternal parentStatement) -
Uses of IDatabricksStatementInternal in com.databricks.jdbc.telemetry.latency
Methods in com.databricks.jdbc.telemetry.latency with parameters of type IDatabricksStatementInternal Modifier and Type Method Description voidTelemetryCollector. setResultFormat(IDatabricksStatementInternal statement, TSparkRowSetType executionResultFormat)
-