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