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

Method cast

src/org/apache/pig/impl/plan/ProjectionMap.java:257–259  ·  view source on GitHub ↗

Check if the column is cast @return true if the input column has a cast; false otherwise

()

Source from the content-addressed store, hash-verified

255 * @return true if the input column has a cast; false otherwise
256 */
257 public boolean cast() {
258 return getCast();
259 }
260
261 /**
262 *

Callers 4

determineFieldSchemaMethod · 0.80
convertToExpectedArgMethod · 0.80
invokeMethod · 0.80

Calls 1

getCastMethod · 0.95

Tested by

no test coverage detected