| 996 | static constexpr int kBytesRead = 0; |
| 997 | |
| 998 | ARROW_FORCE_INLINE static const uint8_t* unpack(const uint8_t* in, unpacked_type* out) { |
| 999 | return in; |
| 1000 | } |
| 1001 | }; |
| 1002 | |
| 1003 | template <typename KernelTraits, typename WorkingKernel> |
no outgoing calls