fn make_scalar_batch_entity_chunks(
entity_path: EntityPath,
feature: &Feature,
timelines: &IntMap<TimelineName, TimeColumn>,
data: &FixedSizeListArray,
) -> Result<impl ExactSizeIterator<Item = Chunk>, DataLoaderError>
fn make_scalar_batch_entity_chunks(
entity_path: EntityPath,
feature: &Feature,
timelines: &IntMap<TimelineName, TimeColumn>,
data: &FixedSizeListArray,
) -> Result<impl ExactSizeIterator<Item = Chunk>, DataLoaderError>