Show / Hide Table of Contents

Enum LayoutType

Specifies the order of data stored in an Array or sent or retrieved from a Query.

Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public enum LayoutType : uint

Fields

Name Description
ColumnMajor

Data are in column-major order.

GlobalOrder

Data are in global order.

Hilbert

Data are ordered according to a Hilbert curve.

RowMajor

Data are in row-major order.

Unordered

Data are unordered.

  • Edit this page
  • View Source
In this article
Back to top Copyright © 2018-2023 TileDB Inc.