#include <cudf/utilities/export.hpp>
#include <cuda/std/cstdint>
Go to the source code of this file.
Namespaces | |
cudf | |
cuDF interfaces | |
Enumerations | |
enum class | cudf::ast::ast_operator : int32_t { ADD , SUB , MUL , DIV , TRUE_DIV , FLOOR_DIV , MOD , PYMOD , POW , EQUAL , NULL_EQUAL , NOT_EQUAL , LESS , GREATER , LESS_EQUAL , GREATER_EQUAL , BITWISE_AND , BITWISE_OR , BITWISE_XOR , LOGICAL_AND , NULL_LOGICAL_AND , LOGICAL_OR , NULL_LOGICAL_OR , IDENTITY , IS_NULL , SIN , COS , TAN , ARCSIN , ARCCOS , ARCTAN , SINH , COSH , TANH , ARCSINH , ARCCOSH , ARCTANH , EXP , LOG , SQRT , CBRT , CEIL , FLOOR , ABS , RINT , BIT_INVERT , NOT , CAST_TO_INT64 , CAST_TO_UINT64 , CAST_TO_FLOAT64 } |
Enum of supported operators. More... | |