public class org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension extends java.lang.Object implements org.finos.legend.engine.language.pure.compiler.toPureGraph.IRelationalCompilerExtension
{
public void <init>()
{
org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension v;
v := @this: org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.eclipse.collections.api.list.MutableList group()
{
java.lang.String[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension v;
v := @this: org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension;
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] = "Snowflake";
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 getExtraAuthenticationStrategyProcessors()
{
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;
org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension v;
v := @this: org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension;
v = <org.eclipse.collections.api.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.compiler.toPureGraph.SnowflakeCompilerExtension$lambda_getExtraAuthenticationStrategyProcessors_e2744e44_1__1: 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 getExtraDataSourceSpecificationProcessors()
{
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;
org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension v;
v := @this: org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension;
v = <org.eclipse.collections.api.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.compiler.toPureGraph.SnowflakeCompilerExtension$lambda_getExtraDataSourceSpecificationProcessors_e1a76ea4_1__2: 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 org.finos.legend.engine.language.pure.compiler.toPureGraph.extension.CompilerExtension build()
{
org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension v, v;
v := @this: org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension;
v = new org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension;
specialinvoke v.<org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension: void <init>()>();
return v;
}
public java.util.List getFlowKeys()
{
org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.flows.DatabaseAuthenticationFlowKey v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.DatabaseType v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.flows.DatabaseAuthenticationFlowKey[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension v;
v := @this: org.finos.legend.engine.language.pure.compiler.toPureGraph.SnowflakeCompilerExtension;
v = <org.eclipse.collections.api.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.flows.DatabaseAuthenticationFlowKey)[1];
v = <org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.DatabaseType: org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.DatabaseType Snowflake>;
v = staticinvoke <org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.flows.DatabaseAuthenticationFlowKey: org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.flows.DatabaseAuthenticationFlowKey newKey(org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.DatabaseType,java.lang.Class,java.lang.Class)>(v, class "Lorg/finos/legend/engine/protocol/pure/v1/model/packageableElement/store/relational/connection/specification/SnowflakeDatasourceSpecification;", class "Lorg/finos/legend/engine/protocol/pure/v1/model/packageableElement/store/relational/connection/authentication/SnowflakePublicAuthenticationStrategy;");
v[0] = v;
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList of(java.lang.Object[])>(v);
return v;
}
}