Returns the byte array at position i in the tuple. @throws ClassCastException If that field is not a byte array @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
(int i)
| 121 | * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())` |
| 122 | */ |
| 123 | byte[] getBinary(int i); |
| 124 | |
| 125 | /** |
| 126 | * Gets the field with a specific name. Returns object since tuples are dynamically typed. |
no outgoing calls