C# 클래스 Microsoft.Analytics.Samples.Formats.Avro.AvroExtractor

상속: IExtractor
파일 보기 프로젝트 열기: Azure/usql

공개 메소드들

메소드 설명
AvroExtractor ( string avroSchema ) : System.Collections.Generic
Extract ( IUnstructuredReader input, IUpdatableRow output ) : IEnumerable

메소드 상세

AvroExtractor() 공개 메소드

public AvroExtractor ( string avroSchema ) : System.Collections.Generic
avroSchema string
리턴 System.Collections.Generic

Extract() 공개 메소드

public Extract ( IUnstructuredReader input, IUpdatableRow output ) : IEnumerable
input IUnstructuredReader
output IUpdatableRow
리턴 IEnumerable