Sign in
apache
/
arrow-dotnet
/
HEAD
/
.
/
src
/
Apache.Arrow
/
Flatbuf
/
SparseMatrixCompressedAxis.cs
blob: 67bf99271127cbc4592677fc84900fcc0f195537 [
file
] [
log
] [
blame
]
// <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
,
};
}