Function validate_batch

Source
pub fn validate_batch(
    points: &[TemporalPoint],
    config: &ValidationConfig,
) -> Result<(), (usize, IngestError)>
Expand description

Validate a batch of points. Returns the index of the first invalid point.