# Functions
NewArrowWriter creates arrow schema parquet writer given the nativearrow schema, parquet file writer which contains the parquet file inwhich we will write the record along with the number of parallel threadswhich will write in the file.
Create CSV writer.
Create JSON writer.
Create a parquet handler.
# Structs
ArrowWriter extending the base ParqueWriter.
ParquetWriter is a writer parquet file.