MCPcopy Create free account
hub / github.com/apache/arrow / binary_type

Function binary_type

cpp/src/parquet/properties.h:1173–1173  ·  view source on GitHub ↗

Return the Arrow binary type to read BYTE_ARRAY columns as.

Source from the content-addressed store, hash-verified

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 ///

Callers 1

FromByteArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected