| Package | Description |
|---|---|
| net.snowflake.common.core |
| Modifier and Type | Field and Description |
|---|---|
static SFBinaryFormat |
SFBinaryFormat.DEFAULT
The default binary format.
|
| Modifier and Type | Method and Description |
|---|---|
static SFBinaryFormat |
SFBinaryFormat.getFormat(String name)
Looks up a binary format by case-insensitive name.
|
static SFBinaryFormat |
SFBinaryFormat.getSafeOutputFormat(String name)
Looks up a binary format suitable for text output.
|
static SFBinaryFormat |
SFBinaryFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SFBinaryFormat[] |
SFBinaryFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.