public class SelectExprInsertEventBeanFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SelectExprInsertEventBeanFactory.EventBeanManufacturerCtor |
static class |
SelectExprInsertEventBeanFactory.ExprEvaluatorJoinWildcard |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeBase |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceBase |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceMap |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceNative |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceObjectArray |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeNoWiden |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeWidening |
Constructor and Description |
---|
SelectExprInsertEventBeanFactory() |
Modifier and Type | Method and Description |
---|---|
static SelectExprProcessor |
getInsertUnderlyingJoinWildcard(EventAdapterService eventAdapterService,
EventType eventType,
java.lang.String[] streamNames,
EventType[] streamTypes,
EngineImportService engineImportService) |
static SelectExprProcessor |
getInsertUnderlyingNonJoin(EventAdapterService eventAdapterService,
EventType eventType,
boolean isUsingWildcard,
StreamTypeService typeService,
ExprEvaluator[] expressionNodes,
java.lang.String[] columnNames,
java.lang.Object[] expressionReturnTypes,
EngineImportService engineImportService,
InsertIntoDesc insertIntoDesc,
java.lang.String[] columnNamesAsProvided) |
public static SelectExprProcessor getInsertUnderlyingNonJoin(EventAdapterService eventAdapterService, EventType eventType, boolean isUsingWildcard, StreamTypeService typeService, ExprEvaluator[] expressionNodes, java.lang.String[] columnNames, java.lang.Object[] expressionReturnTypes, EngineImportService engineImportService, InsertIntoDesc insertIntoDesc, java.lang.String[] columnNamesAsProvided) throws ExprValidationException
ExprValidationException
public static SelectExprProcessor getInsertUnderlyingJoinWildcard(EventAdapterService eventAdapterService, EventType eventType, java.lang.String[] streamNames, EventType[] streamTypes, EngineImportService engineImportService) throws ExprValidationException
ExprValidationException