public class org.finos.legend.engine.protocol.pure.v.SnowflakeProtocolExtension extends java.lang.Object implements org.finos.legend.engine.protocol.pure.v.extension.PureProtocolExtension
{
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.SnowflakeProtocolExtension v;
v := @this: org.finos.legend.engine.protocol.pure.v.SnowflakeProtocolExtension;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.eclipse.collections.api.list.MutableList group()
{
java.lang.String[] v;
org.finos.legend.engine.protocol.pure.v.SnowflakeProtocolExtension v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
v := @this: org.finos.legend.engine.protocol.pure.v.SnowflakeProtocolExtension;
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 getExtraProtocolSubTypeInfoCollectors()
{
org.eclipse.collections.api.block.function.Function v;
org.finos.legend.engine.protocol.pure.v.SnowflakeProtocolExtension v;
org.eclipse.collections.api.list.FixedSizeList v;
org.eclipse.collections.api.factory.list.FixedSizeListFactory v;
v := @this: org.finos.legend.engine.protocol.pure.v.SnowflakeProtocolExtension;
v = <org.eclipse.collections.impl.factory.Lists: org.eclipse.collections.api.factory.list.FixedSizeListFactory fixedSize>;
v = staticinvoke <org.finos.legend.engine.protocol.pure.v.SnowflakeProtocolExtension$lambda_getExtraProtocolSubTypeInfoCollectors_1553c525_1__1: org.eclipse.collections.api.block.function.Function bootstrap$()>();
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.FixedSizeListFactory: org.eclipse.collections.api.list.FixedSizeList 'with'(java.lang.Object)>(v);
return v;
}
}