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

Method getCast

src/org/apache/pig/impl/plan/ProjectionMap.java:246–248  ·  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

244 * @return true if the input column has a cast; false otherwise
245 */
246 public boolean getCast() {
247 return mCast;
248 }
249
250
251 /**

Callers 1

castMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected