Turi Create
4.0
|
#include <core/storage/query_engine/operators/operator.hpp>
Public Types | |
enum | attribute { NONE = 0 , SUB_LINEAR = 2, SOURCE = 4, LOGICAL_NODE_ONLY = 8, SUPPORTS_SKIPPING = 256 } |
Public Attributes | |
size_t | attribute_bitfield |
A bitfield of the attribute enum. | |
int | num_inputs |
Number of inputs expected to the operator. | |
Basic attributes about the operator.
Definition at line 31 of file operator.hpp.
Definition at line 32 of file operator.hpp.