pub enum FileFormat {
TEXTFILE,
SEQUENCEFILE,
ORC,
PARQUET,
AVRO,
RCFILE,
JSONFILE,
}Expand description
External table’s available file format
Variants§
TEXTFILE
Text file format.
SEQUENCEFILE
Sequence file format.
ORC
ORC file format.
PARQUET
Parquet file format.
AVRO
Avro file format.
RCFILE
RCFile format.
JSONFILE
JSON file format.