Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dataslots
Function · 0.45
_extract_field_infos
Function · 0.45
__init__
Method · 0.45
_get_field_names
Method · 0.45
test_build_default_values_factory
Function · 0.45
_resolve_field_names_from_tag_ids
Method · 0.45
build_field_infos
Function · 0.45
write
Method · 0.45
write_type
Function · 0.45
get_struct
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_build_default_values_factory
Function · 0.36
TEST
Function · 0.36