예제 #1
0
 public void Visit(UInt8Type type) => CreateIntType(type);
예제 #2
0
 public void Visit(UInt8Type type)
 {
     ColumnDecoder = new UInt8Decoder();
 }
예제 #3
0
파일: TestData.cs 프로젝트: pingsutw/arrow
 public void Visit(UInt8Type type) => GenerateArray(new UInt8Array.Builder(), x => (byte)x);