(client, options)
| 117 | } |
| 118 | |
| 119 | function getQueryRequest(client, options) { |
| 120 | const execOptions = DefaultExecutionOptions.create(options, client); |
| 121 | return new QueryRequest('Q1', [], execOptions); |
| 122 | } |
| 123 | |
| 124 | function getBatchRequest(client, options) { |
| 125 | const execOptions = DefaultExecutionOptions.create(options, client); |