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

Method getInstance

src/org/apache/pig/data/SchemaTupleFactory.java:100–102  ·  view source on GitHub ↗

This method is the publicly facing method which returns a SchemaTupleFactory which will generate the SchemaTuple associated with the given identifier. This method is primarily for internal use in cases where the problem SchemaTuple is known based on the identifier associated with it (such as when de

(int id)

Source from the content-addressed store, hash-verified

98 * @return SchemaTupleFactory which will return SchemaTuple's of the given identifier
99 */
100 protected static SchemaTupleFactory getInstance(int id) {
101 return SchemaTupleBackend.newSchemaTupleFactory(id);
102 }
103
104 /**
105 * This method is the publicly facing method which returns a SchemaTupleFactory

Callers 5

testCompileAndResolveMethod · 0.95
fillWithDataMethod · 0.95
processInputMethod · 0.95
processPlanMethod · 0.95
readSchemaTupleMethod · 0.95

Calls 1

newSchemaTupleFactoryMethod · 0.95

Tested by 2

testCompileAndResolveMethod · 0.76
fillWithDataMethod · 0.76