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, IDatabricksStatementInternal parentStatementId, IDatabricksSession session)LazyThriftInlineArrowResult(TFetchResultsResp initialResponse, IDatabricksStatementInternal statement, IDatabricksSession session)Creates a new LazyThriftInlineArrowResult that lazily fetches arrow data on demand.StreamingInlineArrowResult(TFetchResultsResp initialResponse, IDatabricksStatementInternal statement, IDatabricksSession session)Creates a new StreamingInlineArrowResult. -
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.thrift
Constructors in com.databricks.jdbc.api.impl.thrift with parameters of type IDatabricksStatementInternal Constructor Description StreamingColumnarResult(TFetchResultsResp initialResponse, IDatabricksStatementInternal statement, IDatabricksSession session)Creates a new StreamingColumnarResult.ThriftBatchFetcherImpl(IDatabricksSession session, IDatabricksStatementInternal statement)Creates a new ThriftBatchFetcherImpl. -
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
Methods in com.databricks.jdbc.telemetry with parameters of type IDatabricksStatementInternal Modifier and Type Method Description static voidTelemetryHelper. recordResultSetIteration(IDatabricksStatementInternal parentStatement, StatementId statementId, Long chunkCount, boolean hasNext)Records a result set iteration from a parent statement.static voidTelemetryHelper. setResultFormat(IDatabricksConnectionContext connectionContext, IDatabricksStatementInternal parentStatement, TSparkRowSetType format)Sets the result format for a statement (Thrift API). -
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)
-