The DefaultTextExtractor type exposes the following members.

Constructors

  NameDescription
Public methodDefaultTextExtractor()()()()
Initializes a new instance of the DefaultTextExtractor class
Public methodDefaultTextExtractor(Char, Encoding, Boolean, Boolean, Boolean)
Initializes a new instance of the DefaultTextExtractor class

Methods

  NameDescription
Public methodExtract
Method used to parse an input stream (in the StreamReader) and produce Rows
(Overrides Extractor..::..Extract(StreamReader, Row, array<String>[]()[][]).)
Public methodProduces
Method to return the Schema
(Overrides Extractor..::..Produces(array<String>[]()[][], array<String>[]()[][]).)

Properties

  NameDescription
Public propertyAllowColumnPruning
DefaultTextExtractor supports column pruning (NativeRuntime only)
(Overrides RowSetAllowColumnPruning()()()().)

See Also