A factory class that always fails to create instances.
More...
#include <VeloxDecisionTree.h>
|
| TypePtr | getType () const override |
| | Get the type instance.
|
| |
| exec::CastOperatorPtr | getCastOperator () const override |
| | Get the cast operator for the type.
|
| |
A factory class that always fails to create instances.
◆ getCastOperator()
| exec::CastOperatorPtr ml::AlwaysFailingTypeFactories::getCastOperator |
( |
| ) |
const |
|
inlineoverride |
Get the cast operator for the type.
- Exceptions
-
| VeloxException | if the operation is unsupported. |
◆ getType()
| TypePtr ml::AlwaysFailingTypeFactories::getType |
( |
| ) |
const |
|
inlineoverride |
Get the type instance.
- Exceptions
-
| VeloxException | if the operation is unsupported. |
The documentation for this class was generated from the following file: