Uses of Class
net.snowflake.ingest.utils.Constants.BdecVersion
-
Packages that use Constants.BdecVersion Package Description net.snowflake.ingest.utils -
-
Uses of Constants.BdecVersion in net.snowflake.ingest.utils
Fields in net.snowflake.ingest.utils declared as Constants.BdecVersion Modifier and Type Field Description static Constants.BdecVersionParameterProvider. BLOB_FORMAT_VERSION_DEFAULTMethods in net.snowflake.ingest.utils that return Constants.BdecVersion Modifier and Type Method Description static Constants.BdecVersionConstants.BdecVersion. fromInt(int val)Constants.BdecVersionParameterProvider. getBlobFormatVersion()static Constants.BdecVersionConstants.BdecVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static Constants.BdecVersion[]Constants.BdecVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-