Expand description
This module contains the location generator and file name generator for generating path of data file.
Structs§
- Default
File Name Generator DefaultFileNameGeneratorused to generate file name for data file. The file name can be passed toLocationGeneratorto generate the location of the file. The file name format is “{prefix}-{file_count}[-{suffix}].{file_format}”.- Default
Location Generator DefaultLocationGeneratorused to generate the data dir location of data file. The location is generated based on the table location and the data location in table properties.
Traits§
- File
Name Generator FileNameGeneratorTraitused to generate file name for data file. The file name can be passed toLocationGeneratorto generate the location of the file.- Location
Generator LocationGeneratorused to generate the location of data file.