Skip to main content

require_datatable

Function require_datatable 

Source
pub fn require_datatable(nb: &ValueWord) -> Result<&Arc<DataTable>, VMError>
Expand description

Extract a DataTable reference from a ValueWord, or return a type error.