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

Method WriteTypeMetadata

cpp/src/arrow/integration/json_internal.cc:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234
235 template <typename T>
236 enable_if_t<is_null_type<T>::value || is_primitive_ctype<T>::value ||
237 is_base_binary_type<T>::value || is_binary_view_like_type<T>::value ||
238 is_var_length_list_type<T>::value || is_struct_type<T>::value ||
239 is_run_end_encoded_type<T>::value || is_list_view_type<T>::value>
240 WriteTypeMetadata(const T& type) {}
241
242 void WriteTypeMetadata(const MapType& type) {
243 writer_->Key("keysSorted");

Callers

nothing calls this directly

Calls 15

GetFloatingPrecisionNameFunction · 0.85
GetTimeUnitNameFunction · 0.85
timezoneMethod · 0.80
KeyMethod · 0.45
BoolMethod · 0.45
IntMethod · 0.45
bit_widthMethod · 0.45
is_signedMethod · 0.45
StringMethod · 0.45
precisionMethod · 0.45
unitMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected