@AutoService(value=com.google.zetasql.ClientChannelProvider.class)
public class JniChannelProvider
extends java.lang.Object
implements com.google.zetasql.ClientChannelProvider
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JniChannelProvider.SocketPairChannel
Wraps one end of a socketpair for NioSocketChannel.
|
| Constructor and Description |
|---|
JniChannelProvider() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.Channel |
getChannel()
Returns the channel that can be used to call RPC of the ZetaSQL server.
|