We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e651f commit e842049Copy full SHA for e842049
rust/cubestore/cubestore/src/queryplanner/info_schema/system_chunks.rs
@@ -109,16 +109,6 @@ impl InfoSchemaTableDef for SystemChunksTableDef {
109
},
110
)))
111
}),
112
- Box::new(|chunks| {
113
- Arc::new(TimestampNanosecondArray::from_iter(chunks.iter().map(
114
- |row| {
115
- row.get_row()
116
- .created_at()
117
- .as_ref()
118
- .map(timestamp_nanos_or_panic)
119
- },
120
- )))
121
- }),
122
Box::new(|chunks| {
123
Arc::new(TimestampNanosecondArray::from_iter(chunks.iter().map(
124
|row| {
0 commit comments