Sign in
apache
/
arrow
/
05e64889fac700eda737e6fb7410382f0ae7219d
/
.
/
csharp
/
src
/
Apache.Arrow
/
Flatbuf
/
SparseMatrixCompressedAxis.cs
blob: 67bf99271127cbc4592677fc84900fcc0f195537 [
file
]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace
Apache
.
Arrow
.
Flatbuf
{
internal
enum
SparseMatrixCompressedAxis
:
short
{
Row
=
0
,
Column
=
1
,
};
}