Cannot make this a static attribute because of linking issues
| 722 | |
| 723 | // Cannot make this a static attribute because of linking issues |
| 724 | static constexpr int64_t maximum_elements() { |
| 725 | return std::numeric_limits<FixedSizeListType::offset_type>::max() - 1; |
| 726 | } |
| 727 | |
| 728 | protected: |
| 729 | std::shared_ptr<Field> value_field_; |
no outgoing calls
no test coverage detected