public class SelectExprInsertEventBeanFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SelectExprInsertEventBeanFactory.ExprForgeJoinWildcard |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeBase |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceAvro |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceBase |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceMap |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceNative |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceObjectArray |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeNoEval |
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,
String[] streamNames,
EventType[] streamTypes,
EngineImportService engineImportService,
String statementName,
String engineURI) |
static SelectExprProcessor |
getInsertUnderlyingNonJoin(EventAdapterService eventAdapterService,
EventType eventType,
boolean isUsingWildcard,
StreamTypeService typeService,
ExprEvaluator[] expressionNodes,
ExprForge[] forges,
String[] columnNames,
Object[] expressionReturnTypes,
EngineImportService engineImportService,
InsertIntoDesc insertIntoDesc,
String[] columnNamesAsProvided,
boolean allowNestableTargetFragmentTypes,
String statementName) |
public static SelectExprProcessor getInsertUnderlyingNonJoin(EventAdapterService eventAdapterService, EventType eventType, boolean isUsingWildcard, StreamTypeService typeService, ExprEvaluator[] expressionNodes, ExprForge[] forges, String[] columnNames, Object[] expressionReturnTypes, EngineImportService engineImportService, InsertIntoDesc insertIntoDesc, String[] columnNamesAsProvided, boolean allowNestableTargetFragmentTypes, String statementName) throws ExprValidationException
ExprValidationException
public static SelectExprProcessor getInsertUnderlyingJoinWildcard(EventAdapterService eventAdapterService, EventType eventType, String[] streamNames, EventType[] streamTypes, EngineImportService engineImportService, String statementName, String engineURI) throws ExprValidationException
ExprValidationException