@@ -447,7 +447,6 @@ ParquetSharp.IO.RandomAccessFile.Dispose() -> void
447447ParquetSharp.IO.RandomAccessFile.RandomAccessFile() -> void
448448ParquetSharp.IO.RandomAccessFile.RandomAccessFile(System.IntPtr handle) -> void
449449ParquetSharp.IO.ResizableBuffer
450- ParquetSharp.IO.ResizableBuffer.ResizableBuffer(long initialSize = 128) -> void
451450ParquetSharp.JsonLogicalType
452451ParquetSharp.ListLogicalType
453452ParquetSharp.LogicalColumnReader
@@ -1024,3 +1023,30 @@ static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> so
10241023override ParquetSharp.Schema.GroupNode.ToString() -> string!
10251024override ParquetSharp.Schema.PrimitiveNode.ToString() -> string!
10261025ParquetSharp.Arrow.FileWriter.NewRowGroup() -> void
1026+ ParquetSharp.WriterProperties.SortingColumn
1027+ ParquetSharp.WriterProperties.SortingColumn.SortingColumn() -> void
1028+ ParquetSharp.WriterProperties.SortingColumn.SortingColumn(int columnIndex, bool isDescending = false, bool nullsFirst = false) -> void
1029+ ParquetSharp.WriterProperties.SortingColumn.ColumnIndex.get -> int
1030+ ParquetSharp.WriterProperties.SortingColumn.IsDescending.get -> bool
1031+ ParquetSharp.WriterProperties.SortingColumn.NullsFirst.get -> bool
1032+ ParquetSharp.WriterProperties.SortingColumn.Equals(ParquetSharp.WriterProperties.SortingColumn other) -> bool
1033+ override ParquetSharp.WriterProperties.SortingColumn.Equals(object? obj) -> bool
1034+ override ParquetSharp.WriterProperties.SortingColumn.GetHashCode() -> int
1035+ static ParquetSharp.WriterProperties.SortingColumn.operator ==(ParquetSharp.WriterProperties.SortingColumn left, ParquetSharp.WriterProperties.SortingColumn right) -> bool
1036+ static ParquetSharp.WriterProperties.SortingColumn.operator !=(ParquetSharp.WriterProperties.SortingColumn left, ParquetSharp.WriterProperties.SortingColumn right) -> bool
1037+ ParquetSharp.WriterProperties.SortingColumns() -> ParquetSharp.WriterProperties.SortingColumn[]!
1038+ ParquetSharp.WriterPropertiesBuilder.SortingColumns(ParquetSharp.WriterProperties.SortingColumn[]! sortingColumns) -> ParquetSharp.WriterPropertiesBuilder!
1039+ ParquetSharp.RowGroupMetaData.SortingColumns() -> ParquetSharp.WriterProperties.SortingColumn[]!
1040+ ParquetSharp.LogicalTypeEnum.Geography = 18 -> ParquetSharp.LogicalTypeEnum
1041+ ParquetSharp.LogicalTypeEnum.Geometry = 17 -> ParquetSharp.LogicalTypeEnum
1042+ ParquetSharp.LogicalTypeEnum.Variant = 19 -> ParquetSharp.LogicalTypeEnum
1043+ static ParquetSharp.MemoryPool.JemallocMemoryPool() -> ParquetSharp.MemoryPool!
1044+ static ParquetSharp.MemoryPool.MimallocMemoryPool() -> ParquetSharp.MemoryPool!
1045+ static ParquetSharp.MemoryPool.SystemMemoryPool() -> ParquetSharp.MemoryPool!
1046+ ParquetSharp.WriterProperties.MemoryPool.get -> ParquetSharp.MemoryPool!
1047+ ParquetSharp.WriterPropertiesBuilder.MemoryPool(ParquetSharp.MemoryPool! memoryPool) -> ParquetSharp.WriterPropertiesBuilder!
1048+ ParquetSharp.IO.BufferOutputStream.BufferOutputStream(ParquetSharp.MemoryPool! memoryPool) -> void
1049+ ParquetSharp.IO.ResizableBuffer.ResizableBuffer(long initialSize = 128, ParquetSharp.MemoryPool? memoryPool = null) -> void
1050+ ParquetSharp.IO.ResizableBuffer.ResizableBuffer(long initialSize) -> void
1051+ static ParquetSharp.ReaderProperties.WithMemoryPool(ParquetSharp.MemoryPool! memoryPool) -> ParquetSharp.ReaderProperties!
1052+ ParquetSharp.ReaderProperties.MemoryPool.get -> ParquetSharp.MemoryPool!
0 commit comments