in jdbc-grpc-client/src/main/java/org/apache/kyuubi/grpc/client/SimpleBlockingJdbcClient.java [112:117]
public GetTypeMapResp getTypeMap(String connectionId) {
ConnectionHandle req = ConnectionHandle.newBuilder()
.setId(connectionId)
.build();
return connectionBlockingStub.getTypeMap(req);
}