예제 #1
0
 def _get_fields(cls, cols: List[Dict[str, Any]]) -> List[ColumnClause]:
     return BaseEngineSpec._get_fields(cols)  # pylint: disable=protected-access
예제 #2
0
 def _get_fields(cls, cols: List[dict]) -> List[ColumnClause]:
     return BaseEngineSpec._get_fields(cols)