ML functions
 
Loading...
Searching...
No Matches
ml::AlwaysFailingTypeFactories Class Reference

A factory class that always fails to create instances. More...

#include <VeloxDecisionTree.h>

Inheritance diagram for ml::AlwaysFailingTypeFactories:

Public Member Functions

TypePtr getType () const override
 Get the type instance.
 
exec::CastOperatorPtr getCastOperator () const override
 Get the cast operator for the type.
 

Detailed Description

A factory class that always fails to create instances.

Member Function Documentation

◆ getCastOperator()

exec::CastOperatorPtr ml::AlwaysFailingTypeFactories::getCastOperator ( ) const
inlineoverride

Get the cast operator for the type.

Exceptions
VeloxExceptionif the operation is unsupported.

◆ getType()

TypePtr ml::AlwaysFailingTypeFactories::getType ( ) const
inlineoverride

Get the type instance.

Exceptions
VeloxExceptionif the operation is unsupported.

The documentation for this class was generated from the following file: