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.
pub fn validate_batch(
points: &[TemporalPoint],
config: &ValidationConfig,
) -> Result<(), (usize, IngestError)>Validate a batch of points. Returns the index of the first invalid point.