Uses of Package
org.apache.druid.data.input
Packages that use org.apache.druid.data.input
Package
Description
-
Classes in org.apache.druid.data.input used by org.apache.druid.data.inputClassDescriptionUsed by some
InputSourceReaderimplementations in order to know what columns will need to be read out of theInputRowobjects they create.Assigns each input file to its own split.InputEntity abstracts an input entity and knows how to read bytes from the given entity.CleanableFile is the result type ofInputEntity.fetch(java.io.File, byte[]).InputEntityReader knows how to parse data intoInputRow.A class storing some attributes of an input file.InputFormat abstracts the file format of input data.An InputRow is the interface definition of an event being input into the data ingestion layer.Schema ofInputRow.InputSource abstracts the storage system where input data is stored.Tracks bytes read from an input source.InputEntityReaderthat parses bytes into some intermediate rows first, and then intoInputRows.A Row of data.In native parallel indexing, the supervisor task partitions input data into splits and assigns each of them to a single sub task.Represents a tuple of String values, typically used to represent (single-valued) dimension values for an InputRow.AbstractInputEntityReaderfor text format readers such as CSV or JSON. -
Classes in org.apache.druid.data.input used by org.apache.druid.data.input.implClassDescriptionAbstract class for
InputSource.InputEntity abstracts an input entity and knows how to read bytes from the given entity.CleanableFile is the result type ofInputEntity.fetch(java.io.File, byte[]).InputEntityReader knows how to parse data intoInputRow.InputFormat abstracts the file format of input data.An InputRow is the interface definition of an event being input into the data ingestion layer.Schema ofInputRow.InputSource abstracts the storage system where input data is stored.An interface to generate aSplittableInputSourceobjects on the fly.Input unit for distributed batch ingestion.Tracks bytes read from an input source.InputEntityReaderthat parses bytes into some intermediate rows first, and then intoInputRows.In native parallel indexing, the supervisor task partitions input data into splits and assigns each of them to a single sub task.AbstractInputEntityReaderfor text format readers such as CSV or JSON. -
Classes in org.apache.druid.data.input used by org.apache.druid.data.input.impl.systemfieldClassDescriptionInputEntity abstracts an input entity and knows how to read bytes from the given entity.An InputRow is the interface definition of an event being input into the data ingestion layer.InputSource abstracts the storage system where input data is stored.
-
Classes in org.apache.druid.data.input used by org.apache.druid.math.expr
-
Classes in org.apache.druid.data.input used by org.apache.druid.query.groupby
-
Classes in org.apache.druid.data.input used by org.apache.druid.segment
-
Classes in org.apache.druid.data.input used by org.apache.druid.segment.generatorClassDescriptionAn InputRow is the interface definition of an event being input into the data ingestion layer.
-
Classes in org.apache.druid.data.input used by org.apache.druid.segment.incrementalClassDescriptionAn InputRow is the interface definition of an event being input into the data ingestion layer.Tracks bytes read from an input source.A Row of data.
-
Classes in org.apache.druid.data.input used by org.apache.druid.segment.serdeClassDescriptionAn InputRow is the interface definition of an event being input into the data ingestion layer.
-
Classes in org.apache.druid.data.input used by org.apache.druid.segment.transformClassDescriptionInputEntityReader knows how to parse data into
InputRow.An InputRow is the interface definition of an event being input into the data ingestion layer.Tracks bytes read from an input source.A Row of data. -
Classes in org.apache.druid.data.input used by org.apache.druid.timeline.partitionClassDescriptionAn InputRow is the interface definition of an event being input into the data ingestion layer.Represents a tuple of String values, typically used to represent (single-valued) dimension values for an InputRow.