MCPcopy Create free account
hub / github.com/apache/calcite / toArray

Method toArray

core/src/main/java/org/apache/calcite/util/IntList.java:46–49  ·  view source on GitHub ↗

Converts a list of Integer objects to an array of primitive int s. @param integers List of Integer objects @return Array of primitive int s @deprecated Use Ints#toArray(java.util.Collection)

(List<Integer> integers)

Source from the content-addressed store, hash-verified

44 * @deprecated Use {@link Ints#toArray(java.util.Collection)}
45 */
46 @Deprecated // to be removed before 2.0
47 public static int[] toArray(List<Integer> integers) {
48 return Ints.toArray(integers);
49 }
50
51 /**
52 * Returns a list backed by an array of primitive <code>int</code> values.

Callers 15

testPsInfoParsingMethod · 0.45
mongoCheckerMethod · 0.45
implementMethod · 0.45
createMethod · 0.45
implementSparkMethod · 0.45
runScriptMethod · 0.45
getRowTypeMethod · 0.45
assertHintsEqualsMethod · 0.45
addExtraCommandsMethod · 0.45
testToArrayMethod · 0.45

Calls

no outgoing calls

Tested by 15

testPsInfoParsingMethod · 0.36
mongoCheckerMethod · 0.36
runScriptMethod · 0.36
getRowTypeMethod · 0.36
assertHintsEqualsMethod · 0.36
addExtraCommandsMethod · 0.36
testToArrayMethod · 0.36
testConsPerformanceMethod · 0.36
testImmutableIntListMethod · 0.36
testIdPairMethod · 0.36