This method is intended to be called by the user in EvalFunc to get the input schema of the EvalFunc
()
| 338 | * schema of the EvalFunc |
| 339 | */ |
| 340 | public Schema getInputSchema(){ |
| 341 | return this.inputSchemaInternal; |
| 342 | } |
| 343 | |
| 344 | /** |
| 345 | * Returns the {@link SchemaType} of the EvalFunc. User defined functions can override |
no outgoing calls
no test coverage detected