pub fn layout_from_flatbuffer(
flatbuffer: FlatBuffer,
dtype: &DType,
layout_ctx: &LayoutContext,
array_ctx: &ArrayContext,
) -> VortexResult<LayoutRef>Expand description
Parse a LayoutRef from a layout flatbuffer.
pub fn layout_from_flatbuffer(
flatbuffer: FlatBuffer,
dtype: &DType,
layout_ctx: &LayoutContext,
array_ctx: &ArrayContext,
) -> VortexResult<LayoutRef>Parse a LayoutRef from a layout flatbuffer.