|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Format | |
---|---|
org.kitesdk.data | Provides interfaces and classes for reading and writing datasets. |
Uses of Format in org.kitesdk.data |
---|
Fields in org.kitesdk.data declared as Format | |
---|---|
static Format |
Formats.AVRO
AVRO: the Avro row-oriented format |
static Format |
Formats.CSV
CSV: comma-separated values (read-only). |
static Format |
Formats.PARQUET
PARQUET: the Parquet columnar format |
Methods in org.kitesdk.data that return Format | |
---|---|
static Format |
Formats.fromString(String formatName)
Return a Format for the format name specified. |
Format |
DatasetDescriptor.getFormat()
Get the associated Format that the data is stored in. |
Methods in org.kitesdk.data with parameters of type Format | |
---|---|
DatasetDescriptor.Builder |
DatasetDescriptor.Builder.format(Format format)
Configure the dataset's format (optional). |
Constructors in org.kitesdk.data with parameters of type Format | |
---|---|
DatasetDescriptor(Schema schema,
URL schemaUrl,
Format format,
URI location,
Map<String,String> properties,
PartitionStrategy partitionStrategy)
Create an instance of this class with the supplied Schema ,
optional URL, Format , optional location URL, and optional
PartitionStrategy . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |