这是 cudf::ast::expression 的完整成员列表,包括所有继承的成员。
accept(detail::expression_parser &visitor) const =0 | cudf::ast::expression | 纯虚函数 |
accept(detail::expression_transformer &visitor) const =0 | cudf::ast::expression | 纯虚函数 |
may_evaluate_null(table_view const &left, rmm::cuda_stream_view stream) const | cudf::ast::expression | 内联 |
may_evaluate_null(table_view const &left, table_view const &right, rmm::cuda_stream_view stream) const =0 | cudf::ast::expression | 纯虚函数 |
~expression() (定义于 cudf::ast::expression) | cudf::ast::expression | 内联虚函数 |