fn should_exclude_for_listing()

in crates/core/src/table/listing.rs [59:61]


    fn should_exclude_for_listing(file_name: &str) -> bool {
        file_name.starts_with(PARTITION_METAFIELD_PREFIX) || file_name.ends_with(".crc")
    }