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

Method getSchemaTupleIdentifier

src/org/apache/pig/data/SchemaTuple.java:87–87  ·  view source on GitHub ↗

This method will return the identifier that the generated code was generated with. This is useful because when the classes are resolved generically, this let's us know the identifier, which is used when serlializing and deserializing tuples. @return the identifire as Int.

()

Source from the content-addressed store, hash-verified

85 * @return the identifire as Int.
86 */
87 public abstract int getSchemaTupleIdentifier();
88 protected abstract int schemaSize();
89
90 public String getSchemaString() {

Callers 2

writeMethod · 0.95
resolveClassesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected