| 603 | } |
| 604 | |
| 605 | template<> inline const arrow::ipc::feather::fbs::TimestampMetadata *Column::metadata_as<arrow::ipc::feather::fbs::TimestampMetadata>() const { |
| 606 | return metadata_as_TimestampMetadata(); |
| 607 | } |
| 608 | |
| 609 | template<> inline const arrow::ipc::feather::fbs::DateMetadata *Column::metadata_as<arrow::ipc::feather::fbs::DateMetadata>() const { |
| 610 | return metadata_as_DateMetadata(); |
nothing calls this directly
no test coverage detected