MCPcopy Create free account
hub / github.com/apache/fory / fields

Method fields

cpp/fory/row/schema.h:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 }
422
423 std::vector<FieldPtr> fields() const override {
424 return {key_field_, item_field_};
425 }
426
427 bool equals(const DataType &other) const override {
428 if (!DataType::equals(other)) {

Callers 11

dataslotsFunction · 0.45
_extract_field_infosFunction · 0.45
__init__Method · 0.45
_get_field_namesMethod · 0.45
build_field_infosFunction · 0.45
writeMethod · 0.45
write_typeFunction · 0.45
get_structMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36