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