这是 cudf::ast::literal 的完整成员列表,包含所有继承的成员。
| accept(detail::expression_parser &visitor) const override | cudf::ast::literal | virtual |
| accept(detail::expression_transformer &visitor) const override | cudf::ast::literal | virtual |
| get_data_type() const | cudf::ast::literal | inline |
| get_value() const | cudf::ast::literal | inline |
| is_valid(rmm::cuda_stream_view stream) const | cudf::ast::literal | inline |
| literal(cudf::numeric_scalar< T > &value) | cudf::ast::literal | inline |
| literal(cudf::timestamp_scalar< T > &value) | cudf::ast::literal | inline |
| literal(cudf::duration_scalar< T > &value) | cudf::ast::literal | inline |
| literal(cudf::string_scalar &value) | cudf::ast::literal | inline |
| may_evaluate_null(table_view const &left, table_view const &right, rmm::cuda_stream_view stream) const override | cudf::ast::literal | inlinevirtual |
| cudf::ast::expression::may_evaluate_null(table_view const &left, rmm::cuda_stream_view stream) const | cudf::ast::expression | inline |
| ~expression() (定义于 cudf::ast::expression 中) | cudf::ast::expression | inlinevirtual |