Package | Description |
---|---|
com.pervasive.datarush.operators.io.avro |
Provides operators for reading and writing files in Avro format.
|
Modifier and Type | Method and Description |
---|---|
AvroMetadata |
ReadAvro.discoverMetadata(FileClient client)
Gets the metadata for the currently configured data source.
|
static AvroMetadata |
AvroMetadata.load(FileClient fileClient,
File file)
Loads metadata from the specified Avro formatted file.
|
static AvroMetadata |
AvroMetadata.load(FileClient fileClient,
Path path)
Loads metadata from the specified Avro formatted file.
|
static AvroMetadata |
AvroMetadata.load(FileClient fileClient,
String fileName)
Loads metadata from the specified Avro formatted file.
|
Copyright © 2016 Actian Corporation. All rights reserved.