MCPcopy Create free account

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

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

↓ 33 callersMethodLookup
backend/storage/in_memory_storage.cc:81
↓ 33 callersMethoddependent_columns
backend/schema/catalog/column.h:149
↓ 32 callersMethodAddNodeIfNotExists
backend/common/graph_dependency_helper.h:130
↓ 32 callersFunctionGoogleSqlTypeToDDLColumnType
backend/schema/updater/ddl_type_conversion.cc:304
↓ 32 callersMethodKey
backend/datamodel/key.cc:69
↓ 32 callersMethodNumColumns
backend/query/queryable_view.h:62
↓ 31 callersFunctionInternal
Generic errors.
common/errors.cc:43
↓ 31 callersFunctionMakeGoogleSqlAnalyzerOptions
backend/query/analyzer_options.cc:39
↓ 31 callersMethoddeclared_max_length
The length of a STRING or BYTES column, as declared in the schema. A nullopt value represents the max allowed length for the column according to https
backend/schema/catalog/column.h:87
↓ 30 callersMethodIsChangeStreamQuery
backend/query/change_stream/change_stream_query_validator.cc:178
↓ 30 callersFunctionToUtilStatus
Helper to convert the client library's Status to the emulator's Status.
tests/conformance/common/environment.h:55
↓ 30 callersMethodid
Returns the ID of this transaction.
backend/transaction/read_only_transaction.h:65
↓ 29 callersFunctionCreateDatabase
Creates a new database within an instance.
frontend/handlers/databases.cc:97
↓ 29 callersFunctionExecuteChangeStreamQuery
tests/common/change_streams.cc:274
↓ 29 callersFunctionInvalidSchemaName
common/errors.cc:787
↓ 28 callersFunctionBoolType
backend/query/query_engine_test.cc:121
↓ 28 callersFunctionGetRequiredArgumentTypeOptions
backend/query/search/search_function_catalog.cc:138
↓ 28 callersMethodInsertTypes
backend/schema/catalog/proto_bundle.cc:87
↓ 28 callersFunctionToString
backend/query/query_engine_test.cc:167
↓ 28 callersMethodinterleave_type
backend/schema/catalog/table.h:103
↓ 27 callersMethodEffect
backend/actions/index.cc:65
↓ 27 callersMethodGetColumn
backend/query/queryable_view.h:64
↓ 27 callersFunctionTimestampType
backend/query/query_engine_test.cc:137
↓ 27 callersMethodlocality_group
Returns the locality group this column belongs to.
backend/schema/catalog/table.h:89
↓ 26 callersMethodGetNextPostgresqlOid
Returns and autoincrements the tentative next OID that is used during OID assignment.
backend/database/pg_oid_assigner/pg_oid_assigner.h:54
↓ 26 callersFunctionPrintName
backend/schema/printer/print_ddl.cc:79
↓ 26 callersFunctionValueFromProto
frontend/converters/values.cc:110
↓ 26 callersMethoddialect
Returns the database dialect.
backend/database/database.h:117
↓ 25 callersMethodAddEdgeIfNotExists
backend/common/graph_dependency_helper.h:139
↓ 25 callersFunctionNew
New returns a new gateway.
gateway/gateway.go:65
↓ 25 callersFunctionTableNotFound
common/errors.cc:2104
↓ 25 callersMethodToPrefixLimit
backend/datamodel/key.cc:152
↓ 25 callersFunctionTokenListFromStrings
backend/query/search/tokenizer.cc:56
↓ 25 callersMethodallows_commit_timestamp
Returns true if this column allows commit timestamp to be atomically stored on Commit.
backend/schema/catalog/column.h:70
↓ 25 callersMethodset_postgresql_oid
backend/schema/graph/schema_node.h:118
↓ 24 callersFunctionTEST_P
backend/schema/updater/schema_updater_tests/index.cc:60
↓ 24 callersFunctionTimestampToProto
frontend/converters/time.cc:65
↓ 24 callersMethodis_search_index
Returns the type of the index.
backend/schema/catalog/index.h:120
↓ 24 callersMethodrow_deletion_policy
Returns the row deletion policy of this table.
backend/schema/catalog/table.h:108
↓ 23 callersMethodAddName
backend/schema/updater/global_schema_names.cc:87
↓ 23 callersMethodContains
backend/datamodel/key_range.cc:92
↓ 23 callersMethodFindForeignKey
backend/schema/catalog/table.cc:132
↓ 23 callersFunctionGetExpectedResult
backend/query/search/snippet_evaluator_test.cc:125
↓ 23 callersFunctionSchemaObjectAlreadyExists
common/errors.cc:2236
↓ 23 callersMethodchange_stream_metadata
backend/query/change_stream/change_stream_query_validator.h:113
↓ 23 callersMethoddefault_time_zone
Returns the default time zone for this schema.
backend/schema/catalog/schema.h:213
↓ 23 callersMethodis_identity_column
Returns whether the column is an identity column.
backend/schema/catalog/column.h:121
↓ 23 callersMethodis_postgresql_dialect
backend/schema/updater/schema_validation_context.h:125
↓ 23 callersMethodreferenced_table
Returns the table that this foreign key references.
backend/schema/catalog/foreign_key.h:90
↓ 22 callersMethodExecuteSql
tests/common/test_env.h:324
↓ 22 callersMethodGetTypeDescriptor
backend/schema/catalog/proto_bundle.cc:224
↓ 22 callersMethodRead
backend/transaction/actions.cc:90
↓ 22 callersMethodindexed_table
Returns the table that is indexed.
backend/schema/catalog/index.h:73
↓ 22 callersMethodindexes
Returns the list of all indexes on this table.
backend/schema/catalog/table.h:131
↓ 22 callersMethodis_nulls_last
Returns true if NULLs are sorted last in this key column.
backend/schema/catalog/column.h:333
↓ 22 callersMethodlength
backend/schema/parser/ddl_token_base.h:28
↓ 21 callersFunctionExecuteSql
Executes a SQL statement, returning all results in a single reply.
frontend/handlers/queries.cc:221
↓ 21 callersFunctionExtractTextForNode
Returns the text in ddl_text that was used to parse node.
backend/schema/parser/ddl_parser.cc:318
↓ 21 callersMethodNumColumns
backend/datamodel/key.cc:80
↓ 21 callersMethodNumColumns
backend/storage/in_memory_iterator.cc:45
↓ 21 callersFunctionPartitionQuery
Creates a set of partition tokens for executing parallel query operations.
frontend/handlers/partitions.cc:222
↓ 21 callersMethodreferencing_table
Returns the table that this foreign key is defined on.
backend/schema/catalog/foreign_key.h:77
↓ 20 callersMethodCreateDatabase
frontend/collections/database_manager.cc:71
↓ 20 callersMethodCreateSession
frontend/collections/session_manager.cc:42
↓ 20 callersMethodFullName
backend/schema/catalog/column.cc:77
↓ 20 callersFunctionOptionsError
common/errors.cc:4603
↓ 20 callersMethodRemoveName
Removes a name if it exists; does nothing otherwise.
backend/schema/updater/global_schema_names.h:50
↓ 20 callersMethodValidate
backend/actions/action.cc:30
↓ 20 callersFunctionValueProtoTypeMismatch
TODO: We should differentiate parameter type mismatch errors since they should return a kInvalidArgument error instead. Value proto errors.
common/errors.cc:318
↓ 20 callersMethodendpoint
backend/schema/catalog/udf.h:95
↓ 20 callersMethodoutput
backend/schema/catalog/model.h:54
↓ 19 callersFunctionChunkResultSet
frontend/converters/chunking.cc:290
↓ 19 callersMethodFindLocalityGroup
backend/schema/catalog/schema.cc:241
↓ 19 callersMethodGetSchemaNameInfo
backend/schema/catalog/udf.h:104
↓ 19 callersFunctionMakeInstanceUri
frontend/common/uris.cc:203
↓ 19 callersFunctionRowCursorToResultSetProto
frontend/converters/reads.cc:224
↓ 19 callersMethodStatus
backend/transaction/row_cursor.cc:46
↓ 19 callersMethodchange_stream_partition_table
backend/schema/catalog/change_stream.h:73
↓ 19 callersMethodinput
backend/schema/catalog/model.h:53
↓ 19 callersMethodtracked_tables_columns
Returns the tables and columns that is tracked.
backend/schema/catalog/change_stream.h:63
↓ 18 callersMethodAddSchema
backend/schema/catalog/versioned_catalog.cc:84
↓ 18 callersMethodCreateReadWriteTransaction
backend/database/database.cc:134
↓ 18 callersMethodDelete
backend/storage/in_memory_storage.cc:216
↓ 18 callersMethodExecuteBatchDml
tests/common/test_env.h:330
↓ 18 callersMethodGetLatestSchema
backend/database/database.cc:213
↓ 18 callersMethodNumColumns
backend/transaction/row_cursor.cc:61
↓ 18 callersMethodis_trackable_by_change_stream
backend/schema/catalog/table.h:146
↓ 18 callersMethodmultiplexed
frontend/entities/session.h:90
↓ 17 callersFunctionColumnNotFound
common/errors.cc:2191
↓ 17 callersFunctionCreateSchemaWithOneTable
tests/common/schema_constructor.cc:69
↓ 17 callersFunctionGetColumnIDs
backend/common/rows.cc:45
↓ 17 callersMethodIsPrefixOf
backend/datamodel/key.cc:165
↓ 17 callersFunctionLogTableMod
Accumulate tracked column types and values for same DataChangeRecord
backend/actions/change_stream.cc:323
↓ 17 callersFunctionPartitionRead
Creates a set of partition tokens for executing parallel read operations.
frontend/handlers/partitions.cc:173
↓ 17 callersMethoddatabase
Provides read-only access to the database object for the test.
tests/conformance/common/database_test_base.h:215
↓ 17 callersMethodis_null_filtered
Returns true if this index has NULL_FILTERED enabled.
backend/schema/catalog/index.h:107
↓ 17 callersMethodis_remote
backend/schema/catalog/udf.h:93
↓ 17 callersMethodlanguage
backend/schema/catalog/udf.h:91
↓ 17 callersMethodreferencing_data_table
backend/schema/catalog/foreign_key.cc:35
↓ 17 callersMethodudf_dependencies
backend/schema/catalog/column.h:157
← previousnext →101–200 of 4,078, ranked by callers