This is the complete list of members for cudf::ast::literal, including all inherited members.
| accept(detail::expression_parser &visitor) const override | cudf::ast::literal | virtual |
| accept(detail::expression_transformer &visitor) const override | cudf::ast::literal | virtual |
| accept(cudf::detail::row_ir::ast_converter &visitor) const override | cudf::ast::literal | virtual |
| get_data_type() const | cudf::ast::literal | inline |
| get_scalar() const | cudf::ast::literal | inline |
| get_scalar_column_view() const | cudf::ast::literal | inline |
| get_value() const | cudf::ast::literal | inline |
| is_scalar_column_view() const noexcept | cudf::ast::literal | inline |
| is_valid(cuda::stream_ref 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 |
| literal(cudf::fixed_point_scalar< T > &value) | cudf::ast::literal | inline |
| literal(scalar_column_view value) | cudf::ast::literal | inline |
| may_evaluate_null(table_view const &left, table_view const &right, cuda::stream_ref stream) const override | cudf::ast::literal | inlinevirtual |
| cudf::ast::expression::may_evaluate_null(table_view const &left, cuda::stream_ref stream) const | cudf::ast::expression | inline |
| ~expression() (defined in cudf::ast::expression) | cudf::ast::expression | inlinevirtual |