indexTuple
available since: 1.0.0
indexTuple returns the tuple's value at the given index.
Example:
Query:
e.indexTuple(e.data(d.tuple(d.int8(1), d.int8(2), d.int8(3))), )
Result:
1
indexTuple returns the tuple's value at the given index.
e.indexTuple(e.data(d.tuple(d.int8(1), d.int8(2), d.int8(3))), )
1