| 303 | void SetReplicaPreference(TReplicaPreference::type p); |
| 304 | |
| 305 | void SetRandomReplica(bool b) { query_options_.schedule_random_replica = b; } |
| 306 | void SetNumRemoteExecutorCandidates(int32_t num); |
| 307 | const Cluster& cluster() const { return schema_.cluster(); } |
| 308 |
no outgoing calls
no test coverage detected