Return the Arrow binary type to read BYTE_ARRAY columns as.
| 1171 | void set_binary_type(::arrow::Type::type value) { binary_type_ = value; } |
| 1172 | /// Return the Arrow binary type to read BYTE_ARRAY columns as. |
| 1173 | ::arrow::Type::type binary_type() const { return binary_type_; } |
| 1174 | |
| 1175 | /// \brief Set the Arrow list type to read Parquet list columns as. |
| 1176 | /// |