示例#1
0
        public void SetUp()
        {
            var selectExprEventTypeRegistry = new SelectExprEventTypeRegistry("abc", new StatementEventTypeRefImpl());
            var supportTypes = new SupportStreamTypeSvc3Stream();

            _processor = SelectExprJoinWildcardProcessorFactory.Create(Collections.GetEmptyList <int>(), 1, "stmtname", supportTypes.StreamNames, supportTypes.EventTypes,
                                                                       SupportEventAdapterService.Service, null, selectExprEventTypeRegistry, null, null, new Configuration(), new TableServiceImpl(), "default");
        }
示例#2
0
        public void SetUp()
        {
            identNodes    = new ExprIdentNode[4];
            identNodes[0] = new ExprIdentNodeImpl("Mapped('a')");
            identNodes[1] = new ExprIdentNodeImpl("NestedValue", "Nested");
            identNodes[2] = new ExprIdentNodeImpl("Indexed[1]", "s2");
            identNodes[3] = new ExprIdentNodeImpl("IntPrimitive", "s0");

            streamTypeService = new SupportStreamTypeSvc3Stream(supportEventTypeFactory);
        }