MCPcopy Create free account
hub / github.com/apache/arrow / Usage

Function Usage

cpp/src/parquet/arrow/generate_encoding_fuzz_corpus.cc:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233ARROW_NORETURN void Usage() {
234 std::cerr << "Usage: parquet-generate-encoding-fuzz-corpus "
235 << "<output directory>" << std::endl;
236 std::exit(2);
237}
238
239int Main(int argc, char** argv) {
240 if (argc != 2) {

Callers 1

MainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected