The following SELECT statements demonstrate
SELECT * FROM orc-target _id | stringcol | boolcol | intcol ----+-----------+---------+------- 1 | str1 | true | 2 2 | str2 | false | 3 3 | str3 | true | 4