Searched refs:kLocalByPassThreshold (Results 1 – 3 of 3) sorted by relevance
40 constexpr static int32_t kLocalByPassThreshold = 64 * 1024; variable
49 bool sent_using_local_bypass = support_local_bypass_ ? (sz_ >= kLocalByPassThreshold) : false; in SerializeCacheRowRequest()
525 bool local_bypass = local_client ? (mem_sz >= kLocalByPassThreshold) : false; in BatchFetchRows()