Expand description
Arrow Tensor Type, defined in
format/Tensor.fbs.
Structs§
- Tensor
- Tensor of primitive types
Functions§
- compute_column_ 🔒major_ strides 
- Computes the strides required assuming a column major memory layout
- compute_row_ 🔒major_ strides 
- Computes the strides required assuming a row major memory layout
Type Aliases§
- BooleanTensor 
- Tensor of type BooleanType
- Date32Tensor 
- Tensor of type Int8Type
- Date64Tensor 
- Tensor of type Int16Type
- Decimal32Tensor 
- Tensor of type Decimal32Type
- Decimal64Tensor 
- Tensor of type Decimal64Type
- Decimal128Tensor 
- Tensor of type Decimal128Type
- Decimal256Tensor 
- Tensor of type Decimal256Type
- DurationMicrosecond Tensor 
- Tensor of type DurationMicrosecondType
- DurationMillisecond Tensor 
- Tensor of type DurationMillisecondType
- DurationNanosecond Tensor 
- Tensor of type DurationNanosecondType
- DurationSecond Tensor 
- Tensor of type DurationSecondType
- Float16Tensor 
- Tensor of type Float16Type
- Float32Tensor 
- Tensor of type Float32Type
- Float64Tensor 
- Tensor of type Float64Type
- Int8Tensor 
- Tensor of type Int8Type
- Int16Tensor 
- Tensor of type Int16Type
- Int32Tensor 
- Tensor of type Int32Type
- Int64Tensor 
- Tensor of type Int64Type
- IntervalDayTime Tensor 
- Tensor of type IntervalDayTimeType
- IntervalMonth DayNano Tensor 
- Tensor of type IntervalMonthDayNanoType
- IntervalYear Month Tensor 
- Tensor of type IntervalYearMonthType
- Time32Millisecond Tensor 
- Tensor of type Time32MillisecondType
- Time32Second Tensor 
- Tensor of type Time32SecondType
- Time64Microsecond Tensor 
- Tensor of type Time64MicrosecondType
- Time64Nanosecond Tensor 
- Tensor of type Time64NanosecondType
- TimestampMicrosecond Tensor 
- Tensor of type TimestampMicrosecondType
- TimestampMillisecond Tensor 
- Tensor of type TimestampMillisecondType
- TimestampNanosecond Tensor 
- Tensor of type TimestampNanosecondType
- TimestampSecond Tensor 
- Tensor of type TimestampSecondType
- UInt8Tensor 
- Tensor of type UInt8Type
- UInt16Tensor 
- Tensor of type UInt16Type
- UInt32Tensor 
- Tensor of type UInt32Type
- UInt64Tensor 
- Tensor of type UInt64Type