validate_format: Validate format and compression combinations

validate_formatR Documentation

Validate format and compression combinations

Description

For a given format + compression, determine if the combination is valid. validate_format() returns a vector of TRUE/FALSE if the formats are valid. stop_if_not_valid_format() will stop if any of the format + compressions are not valid.

Usage

validate_format(format, compression)

stop_if_not_valid_format(format, compression)

Arguments

format

the format of the file

compression

the compression codec

Value

TRUE invisibly


ursa-labs/arrowbench documentation built on July 8, 2023, 11:36 a.m.