Question
· Dec 24, 2021

How do you create $listbuild using java native api?

Is there a way to make listbuild from java?

Something like:

IRIS iris = IRIS.createIRIS(conn);

byte[] value={1,2,3,4}

iris.set(value,"^testglobal");

but this creates set ^testglobal = $c(1,2,3,4).

 

Product version: IRIS 2021.2
Discussion (3)1
Log in or sign up to continue