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.BdecVersion
ParameterProvider. BLOB_FORMAT_VERSION_DEFAULT
Methods in net.snowflake.ingest.utils that return Constants.BdecVersion Modifier and Type Method Description static Constants.BdecVersion
Constants.BdecVersion. fromInt(int val)
Constants.BdecVersion
ParameterProvider. getBlobFormatVersion()
static Constants.BdecVersion
Constants.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.
-