Function datafusion_row::layout::row_supported
source · pub fn row_supported(schema: &Schema, row_type: RowType) -> boolExpand description
Return true of data in schema can be converted to raw-bytes
based rows.
Note all schemas can be supported in the row format