blob: 5c45ac13655fc887eb361033c78256ae91fbf4d3 [file] [log] [blame]
R = load "nc1:data/file1.txt,nc2:data/file2.txt" as (id : int, name : chararray);
S = filter R by id == 5;
dump S into "nc1:output";