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

Method WriteTypeMetadata

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

Source from the content-addressed store, hash-verified

235
236 template <typename T>
237 enable_if_t<is_null_type<T>::value || is_primitive_ctype<T>::value ||
238 is_base_binary_type<T>::value || is_binary_view_like_type<T>::value ||
239 is_var_length_list_type<T>::value || is_struct_type<T>::value ||
240 is_run_end_encoded_type<T>::value || is_list_view_type<T>::value>
241 WriteTypeMetadata(const T& type) {}
242
243 void WriteTypeMetadata(const MapType& type) {
244 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