blob: 5e7b51543c113820223ac5c7326b08cace684b84 [file] [log] [blame]
use dataverse demo1112;
declare type ExampleType as open {
id: int32,
point: point,
point3d: point3d,
line: line,
polygon: polygon
}
declare nodegroup group1 on nc1, nc2;
set format "edu.uci.ics.asterix.runtime.formats.nontagged.NonTaggedDataFormat";
declare dataset Spatial(ExampleType)
partitioned by key id on group1;
drop dataset Spatial;