:orphan: :py:mod:`thanosql._util` ======================== .. py:module:: thanosql._util Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: thanosql._util.fill_query_placeholder .. py:function:: fill_query_placeholder(query: str, values: Union[List[tuple], List[dict]], template: Optional[str] = None, page_size: int = 100) -> str