Skip to main content

CREATE_VISIBILITY_CLOSE_TIME_INDEX

Constant CREATE_VISIBILITY_CLOSE_TIME_INDEX 

Source
pub const CREATE_VISIBILITY_CLOSE_TIME_INDEX: &str = "
CREATE INDEX IF NOT EXISTS idx_visibility_close_time
ON visibility (close_time)";
Expand description

Visibility index supporting close-time range filters.