pub fn layout_from_flatbuffer(
flatbuffer: FlatBuffer,
dtype: &DType,
layout_ctx: &ReadContext,
ctx: &ReadContext,
session: &VortexSession,
) -> VortexResult<LayoutRef>Expand description
Parse a LayoutRef from a layout flatbuffer.