[#2395] Simulate row value expression IN predicate using EXISTS -
Added Utils.array(T...)
This commit is contained in:
parent
3c15c2eda8
commit
ae56ed55c7
@ -654,6 +654,13 @@ final class Utils {
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new array
|
||||
*/
|
||||
static final <T> T[] array(T... array) {
|
||||
return array;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use this rather than {@link Arrays#asList(Object...)} for
|
||||
* <code>null</code>-safety
|
||||
|
||||
Loading…
Reference in New Issue
Block a user