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

Method findTypeName

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

Get the type name. @param o Object to test. @return type name, as a String.

(Object o)

Source from the content-addressed store, hash-verified

291 * @return type name, as a String.
292 */
293 public static String findTypeName(Object o) {
294 return findTypeName(findType(o));
295 }
296
297 /**
298 * Get the type name from the type byte code

Callers 15

convertMethod · 0.95
convertPrimitiveTypeMethod · 0.95
validateAndConvertMethod · 0.95
execMethod · 0.95
outputSchemaMethod · 0.95
execMethod · 0.95
initMethod · 0.95
LeadMethod · 0.95
LagMethod · 0.95
BaseRankMethod · 0.95
NtileMethod · 0.95

Calls 1

findTypeMethod · 0.95

Tested by 9

testModCastInsert1Method · 0.76
pickTestMethod · 0.76
testOperatorMethod · 0.76