public class org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension extends java.lang.Object implements org.finos.legend.engine.language.pure.grammar.'to'.IRelationalGrammarComposerExtension
{
public void <init>()
{
org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension v;
v := @this: org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.eclipse.collections.api.list.MutableList group()
{
org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension v;
java.lang.String[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
v := @this: org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension;
v = <org.eclipse.collections.impl.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (java.lang.String)[3];
v[0] = "Store";
v[1] = "Relational";
v[2] = "Redshift";
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList 'with'(java.lang.Object[])>(v);
return v;
}
public java.util.List getExtraAuthenticationStrategyComposers()
{
org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension v;
org.eclipse.collections.api.block.function.Function v;
org.eclipse.collections.api.block.function.Function[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
v := @this: org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension;
v = <org.eclipse.collections.impl.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (org.eclipse.collections.api.block.function.Function)[1];
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension$lambda_getExtraAuthenticationStrategyComposers_74f08869_1__10: org.eclipse.collections.api.block.function.Function bootstrap$()>();
v[0] = v;
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList 'with'(java.lang.Object[])>(v);
return v;
}
public java.util.List getExtraDataSourceSpecificationComposers()
{
org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension v;
org.eclipse.collections.api.block.function.Function v;
org.eclipse.collections.api.block.function.Function[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
v := @this: org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension;
v = <org.eclipse.collections.impl.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (org.eclipse.collections.api.block.function.Function)[1];
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.'to'.RedshiftGrammarComposerExtension$lambda_getExtraDataSourceSpecificationComposers_e8a27859_1__11: org.eclipse.collections.api.block.function.Function bootstrap$()>();
v[0] = v;
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList 'with'(java.lang.Object[])>(v);
return v;
}
}