Searched refs:maybe_enable_large_batch_splitting (Results 1 – 1 of 1) sorted by relevance
52 absl::optional<bool> maybe_enable_large_batch_splitting, in RecordBatchSplitUsage() argument54 if (maybe_enable_large_batch_splitting.has_value()) { in RecordBatchSplitUsage()55 if (maybe_enable_large_batch_splitting.value()) { in RecordBatchSplitUsage()