[][src]Module dap2::constraint

Constraint

DAP constraints consist of variable list and slices hyperslabs of those variables.

See Constraint::parse on how to parse a query into variable constraints. A Constraint can be passed to crate::dds::Dds::dds of a data-source to constrain the actual variables of a dataset, returning a crate::dds::DdsResponse with crate::dds::ConstrainedVariables that can be used to stream the variables of a data-source.

  • Strides are not supported.
  • Constraints based on variable value is not supported.

Structs

Constraint

Variables with constraints.

Enums

ConstraintVariable