This is the complete list of members for cudf::ast::operation, including all inherited members.
accept(detail::expression_parser &visitor) const override | cudf::ast::operation | virtual |
accept(detail::expression_transformer &visitor) const override | cudf::ast::operation | virtual |
get_operands() const | cudf::ast::operation | inline |
get_operator() const | cudf::ast::operation | inline |
may_evaluate_null(table_view const &left, table_view const &right, rmm::cuda_stream_view stream) const override | cudf::ast::operation | inlinevirtual |
cudf::ast::expression::may_evaluate_null(table_view const &left, rmm::cuda_stream_view stream) const | cudf::ast::expression | inline |
operation(ast_operator op, expression const &input) | cudf::ast::operation | |
operation(ast_operator op, expression const &left, expression const &right) | cudf::ast::operation | |
operation(ast_operator op, expression &&input)=delete (defined in cudf::ast::operation) | cudf::ast::operation | |
operation(ast_operator op, expression &&left, expression &&right)=delete (defined in cudf::ast::operation) | cudf::ast::operation | |
operation(ast_operator op, expression &&left, expression const &right)=delete (defined in cudf::ast::operation) | cudf::ast::operation | |
operation(ast_operator op, expression const &left, expression &&right)=delete (defined in cudf::ast::operation) | cudf::ast::operation | |
~expression() (defined in cudf::ast::expression) | cudf::ast::expression | inlinevirtual |