/AWS1/CL_IOSFILEFORMAT¶
The file format of the data in S3.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_csv TYPE REF TO /AWS1/CL_IOSCSV /AWS1/CL_IOSCSV¶
The file is in .CSV format.
io_parquet TYPE REF TO /AWS1/CL_IOSPARQUET /AWS1/CL_IOSPARQUET¶
The file is in parquet format.
Queryable Attributes¶
csv¶
The file is in .CSV format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CSV() |
Getter for CSV |
parquet¶
The file is in parquet format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARQUET() |
Getter for PARQUET |