Ray Data with numpy memmaps

Is there support for reading numpy memmaps with Ray Data?
I assume we can use read_numpy(), but not sure that we then leverage the underlying structure of the memmap. As compared to read_numpy() where a large dataset would be split into several numpy files, in the memmap case we could have a single large file, e.g. 100GB.