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 d23c4d0 commit ff5d5feCopy full SHA for ff5d5fe
kernel/examples/inspect-table/src/main.rs
@@ -177,7 +177,7 @@ fn print_scan_file(
177
Size (bytes):\t{size}\n \
178
Num Records:\t{num_record_str}\n \
179
Has DV?:\t{}\n \
180
- TransformExpr:\t {transform:?}\n \
+ Transform:\t{transform:?}\n \
181
Part Vals:\t{partition_values:?}",
182
dv_info.has_vector()
183
);
0 commit comments