Return the number of types Pig knows about. @return number of types
()
| 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. |
nothing calls this directly
no test coverage detected