| 891 | } |
| 892 | |
| 893 | static constexpr int64_t memory_limit() { |
| 894 | return std::numeric_limits<int64_t>::max() - 1; |
| 895 | } |
| 896 | |
| 897 | std::shared_ptr<DataType> type() const override { |
| 898 | return fixed_size_binary(byte_width_); |
no outgoing calls
no test coverage detected