Reputation: 31
I have a scenario where I need to generate UUID V4 using ESQL. I know UUIDASCHAR generates UUID, but unable to determine if it is V1 or V4.
Is it possible to generate UUID V4 using ESQL?
Upvotes: 1
Views: 691
Reputation: 31
No external dependencies are required to be imported to IIB10, ACE12 toolkit to access the Java.Util package. Just update the application references in the toolkit to use the inbuilt java version and them simply import the package to a Java compute node using standard java import statement.
Upvotes: 0
Reputation: 2422
Not sure whether ESQL can generate v4 UUIDS, but I'm sure there is a Java class library that can do it. It may even be available in the built-in JVM libraries that ship with ACE, in which case it should be very easy to call the required method from ESQL.
Upvotes: 1