Factory class for creating instances of TreeType.
More...
#include <VeloxDecisionTree.h>
|
| TypePtr | getType () const override |
| | Get the TreeType instance.
|
| |
| exec::CastOperatorPtr | getCastOperator () const override |
| | Get the cast operator for the type.
|
| |
Factory class for creating instances of TreeType.
◆ getCastOperator()
| exec::CastOperatorPtr ml::TreeTypeFactories::getCastOperator |
( |
| ) |
const |
|
inlineoverride |
Get the cast operator for the type.
- Returns
- A shared pointer to the cast operator.
- Exceptions
-
| VeloxException | if the operation is unsupported. |
◆ getType()
| TypePtr ml::TreeTypeFactories::getType |
( |
| ) |
const |
|
inlineoverride |
The documentation for this class was generated from the following file: