Method
equals
(&self, other: &Box<dyn DataType>)
Source from the content-addressed store, hash-verified
| 35 | #[allow(unused_variables)] |
| 36 | #[allow(clippy::borrowed_box)] |
| 37 | fn equals(&self, other: &Box<dyn DataType>) -> bool { |
| 38 | false |
| 39 | } |
| 40 | |
| 41 | /// Return the current value as dynamic [`Any`] |
| 42 | fn as_any(&self) -> &dyn Any; |
Implementers 15
date.rscrates/gitql-ast/src/types/date.rs time.rscrates/gitql-ast/src/types/time.rs range.rscrates/gitql-ast/src/types/range.rs text.rscrates/gitql-ast/src/types/text.rs array.rscrates/gitql-ast/src/types/array.rs row.rscrates/gitql-ast/src/types/row.rs float.rscrates/gitql-ast/src/types/float.rs
Tested by
no test coverage detected