quantQ
quantQ copied to clipboard
fixed .quantQ.io.dpftsAppend to work with kdbv4.0
I have been reading this book and found that .quantQ.io.dpftsAppend uses .Q.qm which was used when kdb was unable to map certain data types into memory, This feature now exists in new versions of kdb and I have updated the code to use .Q.dpfts from Kdbv4.0. Please merge if happy. :)