Hello, I recently found myself casting an int64 (nanos from epoch) into a nano timestamp column with the C++ cast kernel (via Acero).
I expect this to be zero copy but I wonder if there is a way to check which casts are zero copy and which are not? Li