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

Method numTypes

src/org/apache/pig/data/DataType.java:227–230  ·  view source on GitHub ↗

Return the number of types Pig knows about. @return number of types

()

Source from the content-addressed store, hash-verified

225 * @return number of types
226 */
227 public static int numTypes(){
228 byte[] types = genAllTypes();
229 return types.length;
230 }
231
232 /**
233 * Get an array of all type values.

Callers

nothing calls this directly

Calls 1

genAllTypesMethod · 0.95

Tested by

no test coverage detected