MCPcopy Create free account

hub / github.com/GoogleCloudPlatform/cloud-spanner-emulator / functions

Functions4,078 in github.com/GoogleCloudPlatform/cloud-spanner-emulator

↓ 1,077 callersMethodget
backend/schema/builders/udf_builder.h:129
↓ 1,030 callersMethodsize
backend/schema/graph/schema_objects_pool.h:60
↓ 794 callersMethodName
Returns the name of the table.
backend/schema/catalog/table.h:67
↓ 669 callersFunctionUpdateSchema
backend/schema/backfills/index_backfill_test.cc:87
↓ 583 callersFunctionParseDDLStatement
backend/schema/parser/ddl_parser_test.cc:52
↓ 582 callersFunctionEqualsProto
Matcher for protos when the actual proto is a proto object.
tests/common/proto_matchers.h:186
↓ 399 callersMethodFindTable
backend/schema/catalog/schema.cc:94
↓ 394 callersMethodempty
Returns true if the proto bundle does not have any types initialized.
backend/schema/catalog/proto_bundle.h:65
↓ 329 callersMethodName
backend/query/queryable_view.h:55
↓ 314 callersMethodFindColumn
backend/schema/catalog/table.cc:46
↓ 240 callersFunctionCommit
Commits a transaction.
frontend/handlers/transactions.cc:88
↓ 219 callersMethodcolumn
Returns the column that this key column is based on.
backend/schema/catalog/column.h:327
↓ 179 callersFunctionGOOGLESQL_ASSERT_OK_AND_ASSIGN
backend/database/database_test.cc:151
↓ 177 callersFunctionGetChildNode
Return child node of "parent" by position.
backend/schema/parser/ddl_parser.cc:274
↓ 174 callersFunctionInt64Type
backend/query/query_engine_test.cc:113
↓ 166 callersMethodcolumns
Returns the list of all columns of this view.
backend/schema/catalog/view.h:77
↓ 163 callersMethodBuild
backend/schema/catalog/proto_bundle.cc:124
↓ 162 callersMethodDebugString
backend/access/write.cc:53
↓ 151 callersMethodvalues
Returns the list of values;
tests/conformance/common/database_test_base.h:269
↓ 150 callersFunctionRead
Reads rows from the database, returning all results in a single reply.
frontend/handlers/reads.cc:66
↓ 146 callersFunctionGOOGLESQL_ASSERT_OK_AND_ASSIGN
backend/schema/updater/schema_updater_tests/index.cc:469
↓ 142 callersFunctionStringType
backend/query/query_engine_test.cc:117
↓ 141 callersMethodExecuteSql
backend/query/query_engine.cc:1192
↓ 141 callersMethodpostgresql_oid
backend/schema/graph/schema_node.h:116
↓ 135 callersMethodColumnValue
backend/transaction/row_cursor.cc:53
↓ 132 callersFunctionGOOGLESQL_ASSIGN_OR_RETURN
backend/query/query_engine.cc:1632
↓ 131 callersFunctionGOOGLESQL_ASSERT_OK_AND_ASSIGN
backend/schema/updater/schema_updater_tests/sequence.cc:209
↓ 122 callersFunctionGOOGLESQL_ASSIGN_OR_RETURN
frontend/handlers/change_streams.cc:189
↓ 116 callersMethodGetType
Returns the type of the column.
backend/schema/catalog/column.h:63
↓ 116 callersMethodset_name
backend/schema/catalog/property_graph.h:96
↓ 115 callersMethodprimary_key
Returns the primary key of this table.
backend/schema/catalog/table.h:159
↓ 114 callersMethodAddWriteOp
backend/access/write.cc:35
↓ 113 callersMethodbuild
backend/schema/builders/udf_builder.h:45
↓ 113 callersMethodid
frontend/entities/transaction.cc:179
↓ 105 callersMethodFullName
backend/query/catalog.h:78
↓ 103 callersMethodFindChangeStream
backend/schema/catalog/table.cc:85
↓ 88 callersMethodRunGCloud
Runs gcloud with the given args and returns the output.
tests/gcloud/emulator.py:44
↓ 87 callersMethodtable
Returns the table containing the column.
backend/schema/catalog/column.h:168
↓ 82 callersFunctionCheckNode
backend/schema/parser/ddl_parser.cc:280
↓ 82 callersMethodchange_streams
Returns the list of change streams tracking this entire table (explicitly by table name or implicitly by ALL).
backend/schema/catalog/table.h:135
↓ 79 callersFunctionTestParseRQuery
backend/query/search/query_parser_test.cc:108
↓ 79 callersMethodindex_data_table
Returns the backing table which stores the index data.
backend/schema/catalog/index.h:76
↓ 77 callersMethodFindSequence
backend/schema/catalog/schema.cc:182
↓ 76 callersFunctionCreateSchemaFromDDL
tests/common/schema_constructor.cc:43
↓ 76 callersMethodWrite
backend/storage/in_memory_storage.cc:189
↓ 76 callersMethodis_nullable
Returns true if this column allows null values.
backend/schema/catalog/column.h:82
↓ 75 callersMethodDebugString
backend/schema/catalog/index.cc:79
↓ 73 callersMethodis_generated
Returns whether the column is a generated column.
backend/schema/catalog/column.h:116
↓ 72 callersFunctionGOOGLESQL_ASSERT_OK_AND_ASSIGN
LANGUAGE REMOTE case
backend/schema/parser/ddl_parser_test.cc:7132
↓ 70 callersMethodAddKey
backend/datamodel/key_set.cc:36
↓ 69 callersMethodAdd
Adds a new node to the graph.
backend/schema/graph/schema_graph.h:47
↓ 67 callersMethodFindIndex
backend/schema/catalog/table.cc:54
↓ 67 callersMethodInsert
backend/transaction/actions.cc:101
↓ 67 callersMethodNow
common/clock.cc:40
↓ 64 callersMethodis_deleted
Returns true if this node is marked for deletion. Note: it is only valid to call from `DeepClone` and `ValidateUpdate`. Outside of these methods it wi
backend/schema/graph/schema_node.h:114
↓ 63 callersMethodkey_columns
Returns the key columns of the index as declared in the CREATE INDEX statement.
backend/schema/catalog/index.h:84
↓ 62 callersFunctionGetFirstChildNode
Returns the first child node of the type or NULL if not present
backend/schema/parser/ddl_parser.cc:293
↓ 62 callersFunctionPartially
tests/common/proto_matchers.h:214
↓ 60 callersFunctionGetAllColumnValues
backend/query/query_engine_test.cc:208
↓ 59 callersMethodhas_default_value
Returns whether the column has a default value.
backend/schema/catalog/column.h:131
↓ 58 callersMethodFindUdf
backend/schema/catalog/schema.cc:78
↓ 58 callersMethodWrite
Helper functions to use in tests.
backend/transaction/flush_test.cc:73
↓ 58 callersMethodparent
backend/schema/catalog/index.cc:83
↓ 57 callersMethodNext
backend/transaction/row_cursor.cc:28
↓ 57 callersMethodValidate
backend/schema/catalog/udf.cc:29
↓ 57 callersMethodtables
List all the user-visible tables in this schema.
backend/schema/catalog/schema.h:165
↓ 56 callersFunctionGOOGLESQL_ASSERT_OK_AND_ASSIGN
backend/query/query_engine_test.cc:753
↓ 55 callersMethodCommit
backend/transaction/read_write_transaction.cc:607
↓ 54 callersMethodGetType
backend/query/catalog.cc:562
↓ 53 callersMethodops_queue
Accessor.
tests/common/actions.h:91
↓ 53 callersMethodstart_with_counter
backend/schema/catalog/sequence.h:41
↓ 52 callersMethodid
Returns the unique ID of this table.
backend/schema/catalog/table.h:70
↓ 51 callersFunctionPrintDDLStatements
backend/schema/printer/print_ddl.cc:945
↓ 50 callersMethoddependencies
A list of schema objects that UDF immediately depends on. A UDF can only currently depend on tables, indexes, UDFs, columns, views, and sequences.
backend/schema/catalog/udf.h:80
↓ 50 callersMethodoptions
Return user-visible options in this schema.
backend/schema/catalog/schema.h:229
↓ 49 callersFunctionGetNamedOptionalArgTypeOptions
backend/query/search/search_function_catalog.cc:144
↓ 48 callersMethodNext
backend/storage/in_memory_iterator.cc:32
↓ 47 callersMethodsignature
backend/schema/catalog/udf.h:69
↓ 45 callersFunctionBeginTransaction
Begins a new transaction.
frontend/handlers/transactions.cc:46
↓ 45 callersFunctionGOOGLESQL_ASSERT_OK_AND_ASSIGN
Check that the user namespaces have unique OIDs.
tests/conformance/cases/pg_catalog_test.cc:887
↓ 45 callersMethodskip_range_min
backend/schema/catalog/sequence.h:42
↓ 43 callersMethodJoinLines
(self, *lines)
tests/gcloud/emulator.py:78
↓ 43 callersMethodskip_range_max
backend/schema/catalog/sequence.h:43
↓ 42 callersMethodToProto
frontend/entities/session.cc:95
↓ 40 callersMethodAddColumn
backend/datamodel/key.cc:74
↓ 39 callersFunctionGetColumnNames
backend/query/query_engine_test.cc:189
↓ 39 callersFunctionGetColumnTypes
backend/query/query_engine_test.cc:198
↓ 38 callersMethodFindKeyColumn
backend/schema/catalog/table.cc:107
↓ 38 callersMethodenv
Accessor to the ServerEnv of the server.
frontend/server/server.h:72
↓ 38 callersFunctionread_descriptors
backend/schema/updater/schema_updater_tests/proto_bundle.cc:46
↓ 37 callersMethodFindNamedSchema
backend/schema/catalog/schema.cc:211
↓ 37 callersMethodFindView
backend/schema/catalog/schema.cc:62
↓ 37 callersMethodis_descending
Returns true if this key column is sorted in descending order.
backend/schema/catalog/column.h:330
↓ 37 callersMethodon_delete_action
Returns the on delete action of this table.
backend/schema/catalog/table.h:96
↓ 36 callersFunctionGetQualifiedIdentifier
backend/schema/parser/ddl_parser.cc:338
↓ 36 callersMethodRead
backend/storage/in_memory_storage.cc:140
↓ 35 callersMethodAddRange
backend/datamodel/key_set.cc:38
↓ 35 callersMethodkind
backend/query/queryable_property_graph.h:254
↓ 34 callersMethodowner_index
Returns the Index that owns this table, or nullptr if this table is not owned by an Index.
backend/schema/catalog/table.h:93
↓ 34 callersMethodstored_columns
Returns the list of all the storing columns.
backend/schema/catalog/index.h:89
next →1–100 of 4,078, ranked by callers