Return the Arrow binary type to read BYTE_ARRAY columns as.
| 1203 | void set_binary_type(::arrow::Type::type value) { binary_type_ = value; } |
| 1204 | /// Return the Arrow binary type to read BYTE_ARRAY columns as. |
| 1205 | ::arrow::Type::type binary_type() const { return binary_type_; } |
| 1206 | |
| 1207 | /// \brief Set the Arrow list type to read Parquet list columns as. |
| 1208 | /// |