Skip to content

Commit bf21e66

Browse files
committed
fix
1 parent ef0535f commit bf21e66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rust/cubesqlplanner/cubesqlplanner/src/logical_plan/logical_source.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ pub trait LogicalSource: Sized + PrettyPrint {
1414
/// - PrettyPrint trait implementation for debugging SQL plans
1515
/// - From<Rc<T>> implementations for convenient construction
1616
///
17-
/// # Usage
18-
/// ```
19-
/// logical_source_enum!(MySource, [Table, Join, Subquery]);
20-
/// ```
21-
///
2217
/// The enum variant name always matches the inner type name, and all variants
2318
/// are wrapped in `Rc` for efficient cloning in the query planner.
2419
macro_rules! logical_source_enum {

0 commit comments

Comments
 (0)