View source on GitHub |
tensorflow_io.experimental.columnar
Classes
class AvroRecordDataset
: A Dataset
comprising records from one or more AvroRecord files.
class VarLenFeatureWithRank
: A class used to represent VarLenFeature with rank.
Functions
make_avro_record_dataset(...)
: Reads and (optionally) parses avro files into a dataset.
parse_avro(...)
: Parses avro
records into a dict
of tensors.