Uses of Class
org.spf4j.avro.DecodedSchema
-
Packages that use DecodedSchema Package Description org.spf4j.avro.csv -
-
Uses of DecodedSchema in org.spf4j.avro.csv
Methods in org.spf4j.avro.csv that return DecodedSchema Modifier and Type Method Description static DecodedSchemaCsvDecoder. tryDecodeSchema(InputStream is, org.apache.avro.Schema readerSchema)Will try to decode the writer schema based on the csv headers, and the reader schema.
-