Re: Process database table (or complex data)?
Posted by
gouessej on
Dec 09, 2015; 2:55pm
URL: https://forum.jogamp.org/Process-database-table-or-complex-data-tp4035890p4035895.html
These are the data types supported by OpenCL:
https://www.khronos.org/registry/cl/sdk/2.1/docs/man/xhtml/dataTypes.htmlDon't blame JOCL. You can decompose your data into simple data to make it work instead of insisting on passing dates and strings. You can convert a date into a timestamp.