(Object... args)
| 208 | } |
| 209 | |
| 210 | static public Tuple buildTuple(Object... args) throws ExecException { |
| 211 | return TupleFactory.getInstance().newTupleNoCopy(Lists.newArrayList(args)); |
| 212 | } |
| 213 | |
| 214 | static public Tuple buildBinTuple(final Object... args) throws IOException { |
| 215 | return TupleFactory.getInstance().newTuple(Lists.transform( |
no test coverage detected