== Parsed Logical Plan ==
GlobalLimit 1
+- LocalLimit 1
+- Filter (length(trim(value#5314, None)) > 0)
+- Project [value#5308 AS value#5314]
+- Project [value#5308]
+- Relation[value#5308] text
== Analyzed Logical Plan ==
value: string
GlobalLimit 1
+- LocalLimit 1
+- Filter (length(trim(value#5314, None)) > 0)
+- Project [value#5308 AS value#5314]
+- Project [value#5308]
+- Relation[value#5308] text
== Optimized Logical Plan ==
GlobalLimit 1
+- LocalLimit 1
+- Filter (length(trim(value#5308, None)) > 0)
+- Relation[value#5308] text
== Physical Plan ==
CollectLimit 1
+- *(1) Filter (length(trim(value#5308, None)) > 0)
+- FileScan text [value#5308] Batched: false, DataFilters: [(length(trim(value#5308, None)) > 0)], Format: Text, Location: InMemoryFileIndex[file:/data/input/depot/csv/tmp/63EA4041_AA71_4F64_B13B_1B63A995EF0A/LoincRsnaRa..., PartitionFilters: [], PushedFilters: [], ReadSchema: struct<value:string>