LiteTableItem typedef

LiteTableItem = ({String name, int ncol, String schema, int strict, String type, int wr})

Implementation

typedef LiteTableItem = ({String schema, String name, String type, int ncol, int wr, int strict});