chore: docs

pull/24376/head
Stuart Carnie 2023-05-15 09:29:45 +10:00
parent 914d2a9e02
commit f7a8850f62
No known key found for this signature in database
GPG Key ID: 848D9C9718D78B4F
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@ impl<'a> TypeEvaluator<'a> {
/// This behavior includes strict evaluation of [`Call`] expressions, that are
/// not compatible with InfluxQL OG, but may be enabled in the future to improve
/// the user experience.
///
/// # NOTE
///
/// This behaviour is unused in production, but may be enabled to improve the
/// user experience of InfluxQL.
#[cfg(test)]
fn new_strict(s: &'a dyn SchemaProvider, from: &'a [DataSource]) -> Self {
Self {
from,