Hey there! Complex numbers are not natively supported as a primitive datatype. As such, operations like getting the complex conjugate do not exist as built-in operations. My suggestion would be to use UDFs and tuples to implement the operations you need, which should be easy to find online if you don’t want to slog through the C++ yourself! (You could also implement the operations in GSQL)