mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-17 21:40:37 +00:00
docs: explain should_collect_region_watermark_from_extensions
Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -184,6 +184,10 @@ impl FlowQueryExtensions {
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns whether raw Flow query extensions request terminal region watermark collection.
|
||||
///
|
||||
/// This is only an intent/presence check for transport/scan plumbing; callers that need
|
||||
/// validated Flow options must still use [`FlowQueryExtensions::parse_flow_extensions`].
|
||||
pub fn should_collect_region_watermark_from_extensions(
|
||||
extensions: &HashMap<String, String>,
|
||||
) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user