chore: Update docs
parent
74b5c32440
commit
4fc5a90d60
|
@ -58,12 +58,8 @@ fn has_multiple_measurements(s: &Select) -> bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Map a `SelectStatement` to a `Select`, which is an intermediate representation to be
|
/// Map a `SelectStatement` to a `Select`, which is an intermediate representation to be
|
||||||
/// used by the InfluxQL planner. Mapping also expands any wildcards in the `FROM` and
|
/// used by the InfluxQL planner. Mapping may perform other transformations, such as also
|
||||||
/// projection clauses.
|
/// expanding wildcards.
|
||||||
///
|
|
||||||
/// # NOTE
|
|
||||||
///
|
|
||||||
/// The goal is that `Select` will eventually be used by the InfluxQL planner.
|
|
||||||
pub(super) fn map_select(s: &dyn SchemaProvider, stmt: &SelectStatement) -> Result<Select> {
|
pub(super) fn map_select(s: &dyn SchemaProvider, stmt: &SelectStatement) -> Result<Select> {
|
||||||
check_features(stmt)?;
|
check_features(stmt)?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue