@InternalApi public class ExecuteQueryCallable extends com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,com.google.cloud.bigtable.data.v2.internal.SqlRow>
SqlServerStreams from ExecuteQueryRequests.
This handles setting up the future that is used to allow users to access metadata.
This class is considered an internal implementation detail and not meant to be used by applications.
| Constructor and Description |
|---|
ExecuteQueryCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,com.google.cloud.bigtable.data.v2.internal.SqlRow> inner) |
| Modifier and Type | Method and Description |
|---|---|
SqlServerStream |
call(BoundStatement boundStatement)
This should be used to create execute query calls.
|
void |
call(ExecuteQueryCallContext callContext,
com.google.api.gax.rpc.ResponseObserver<com.google.cloud.bigtable.data.v2.internal.SqlRow> responseObserver,
com.google.api.gax.rpc.ApiCallContext apiCallContext) |
public ExecuteQueryCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,com.google.cloud.bigtable.data.v2.internal.SqlRow> inner)
public SqlServerStream call(BoundStatement boundStatement)
ApiCallContext.
This class is considered an internal implementation detail and not meant to be used by
applications. Users should only use executeQuery through the BigtableDataClient
public void call(ExecuteQueryCallContext callContext, com.google.api.gax.rpc.ResponseObserver<com.google.cloud.bigtable.data.v2.internal.SqlRow> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext)
call in class com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,com.google.cloud.bigtable.data.v2.internal.SqlRow>Copyright © 2026 Google LLC. All rights reserved.