MCPcopy Create free account
hub / github.com/apache/datafusion / validate

Method validate

benchmarks/src/benchmark_runner/suite.rs:223–226  ·  view source on GitHub ↗

Validates suite metadata that cannot be enforced by TOML deserialization.

(&self)

Source from the content-addressed store, hash-verified

221
222 /// Validates suite metadata that cannot be enforced by TOML deserialization.
223 fn validate(&self) -> Result<()> {
224 self.validate_suite_fields()?;
225 self.validate_options()
226 }
227
228 /// Validates required suite-level fields.
229 fn validate_suite_fields(&self) -> Result<()> {

Callers 2

from_fileMethod · 0.45
validate_optionsMethod · 0.45

Calls 11

is_valid_cli_option_nameFunction · 0.85
newFunction · 0.85
validate_suite_fieldsMethod · 0.80
validate_optionsMethod · 0.80
trimMethod · 0.80
validate_short_aliasMethod · 0.80
is_emptyMethod · 0.45
to_stringMethod · 0.45
insertMethod · 0.45
as_strMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected