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

Method toArray

src/org/apache/pig/impl/util/IdentityHashSet.java:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 public Object[] toArray() {
119 throw new UnsupportedOperationException("Unsupported operation on IdentityHashSet.");
120 }
121
122 public <T> T[] toArray(T[] dummy) {
123 throw new UnsupportedOperationException("Unsupported operation on IdentityHashSet.");

Callers 15

TestCommonLogLoaderClass · 0.80
testGetKeyValuesMethod · 0.80
testGetKeysMethod · 0.80
getPartitionColumnsMethod · 0.80
getPartitionKeysMethod · 0.80
setLocationMethod · 0.80
splitToWordsMethod · 0.80
testDataAtomEvalsMethod · 0.80
testDataBagEvalsMethod · 0.80
testFiltersMethod · 0.80

Calls

no outgoing calls

Tested by 15

testGetKeyValuesMethod · 0.64
testGetKeysMethod · 0.64
testDataAtomEvalsMethod · 0.64
testDataBagEvalsMethod · 0.64
testFiltersMethod · 0.64
testPlanEdgeInsertMethod · 0.64
testSimplePlan2Method · 0.64
testSimplePlan3Method · 0.64
testForeachPlanMethod · 0.64
testForeachPlan2Method · 0.64