MCPcopy Create free account
hub / github.com/google-research/language / process_tables

Function process_tables

language/xsp/data_preprocessing/schema_utils.py:183–188  ·  view source on GitHub ↗

Processes each table in a schema.

(schema, tokenizer, aligned_schema_entities)

Source from the content-addressed store, hash-verified

181
182
183def process_tables(schema, tokenizer, aligned_schema_entities):
184 """Processes each table in a schema."""
185 return [
186 process_table(table_name, columns, tokenizer, aligned_schema_entities)
187 for table_name, columns in schema.items()
188 ]
189
190
191def get_schema_entities(schema):

Callers 1

populate_utteranceFunction · 0.90

Calls 1

process_tableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…