File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,22 +100,22 @@ impl Snapshot {
100
100
101
101
/// Table [`Schema`] at this `Snapshot`s version.
102
102
pub fn schema ( & self ) -> & Schema {
103
- & self . table_configuration . schema ( )
103
+ self . table_configuration . schema ( )
104
104
}
105
105
106
106
/// Table [`Metadata`] at this `Snapshot`s version.
107
107
pub fn metadata ( & self ) -> & Metadata {
108
- & self . table_configuration . metadata ( )
108
+ self . table_configuration . metadata ( )
109
109
}
110
110
111
111
/// Table [`Protocol`] at this `Snapshot`s version.
112
112
pub fn protocol ( & self ) -> & Protocol {
113
- & self . table_configuration . protocol ( )
113
+ self . table_configuration . protocol ( )
114
114
}
115
115
116
116
/// Get the [`TableProperties`] for this [`Snapshot`].
117
117
pub fn table_properties ( & self ) -> & TableProperties {
118
- & self . table_configuration . table_properties ( )
118
+ self . table_configuration . table_properties ( )
119
119
}
120
120
/// Get the [`TableConfiguration`] for this [`Snapshot`].
121
121
pub fn table_configuration ( & self ) -> & TableConfiguration {
You can’t perform that action at this time.
0 commit comments