pub fn split_encode_from_frag<D>(
args: &Args,
split_by: SplitBy,
output_pattern: &str,
decoder: D,
) -> Result<()>where
D: DecodeRecordRef,Expand description
Split encode from a fragment input (no metadata).
Only supports time-based and schema-based splitting. Symbol splitting requires a symbol map which is not available in fragment inputs.