The Processor type exposes the following members.

Methods

  NameDescription
Public methodGetOutputSchemaAtCompileTime
Determines what the output Schema will be from this object
Public methodGetRequiredColumnOrdinal
If not null, it is an array of integers whose positions in the input schema correspond to columns that must be passed to the processor, even in the presence of column pruning
Public methodInitialize
Wrapper for the InitializeAtRuntime
Public methodProcess
Method that processes Rows from the incoming RowSet
Public methodProduces
Determines what the output Schema will be from this object

See Also