Home
last modified time | relevance | path

Searched refs:TableFunction (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/python/generators/sql_processing/
Ddocs_parse.py304 class TableFunction: class
323 def parse(self, doc: DocsExtractor.Extract) -> Optional[TableFunction]:
343 return TableFunction(
437 table_functions: List[TableFunction] = []
443 functions: List[Function], table_functions: List[TableFunction], argument
483 table_functions: List[TableFunction] = []