Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/cloud-spanner-emulator
/ functions
Functions
4,078 in github.com/GoogleCloudPlatform/cloud-spanner-emulator
⨍
Functions
4,078
◇
Types & classes
643
↓ 16 callers
Function
BatchWrite
frontend/handlers/batch.cc:102
↓ 16 callers
Function
BytesType
backend/query/query_engine_test.cc:133
↓ 16 callers
Method
ColumnName
backend/transaction/row_cursor.cc:63
↓ 16 callers
Method
ColumnType
backend/transaction/row_cursor.cc:67
↓ 16 callers
Method
GetSchema
backend/schema/catalog/versioned_catalog.cc:73
↓ 16 callers
Method
GetSchemaNodes
Get a list of all the nodes in the graph in the order in which they were added.
backend/schema/graph/schema_graph.h:42
↓ 16 callers
Method
ValidateReferencedMods
backend/transaction/foreign_key_restrictions.cc:70
↓ 16 callers
Method
change_stream_data_table
Returns the backing table which stores the change stream data.
backend/schema/catalog/change_stream.h:69
↓ 16 callers
Method
image_as_int64
backend/schema/parser/ddl_node_base.h:48
↓ 16 callers
Method
is_vector_index
backend/schema/catalog/index.h:124
↓ 16 callers
Method
proto_bundle
backend/schema/updater/schema_validation_context.h:188
↓ 16 callers
Function
set_up_partition_token_for_change_stream_partition_table
backend/actions/change_stream_test.cc:205
↓ 15 callers
Method
AddDeleteOp
backend/access/write.cc:42
↓ 15 callers
Function
CreateInstance
Creates an instance.
frontend/handlers/instances.cc:142
↓ 15 callers
Function
CreateTestSession
Creates a new session for tests using raw grpc client.
tests/common/change_streams.cc:252
↓ 15 callers
Function
ExecuteStreamingSql
Executes a SQL statement, returning all results as a stream. resume_tokens is not supported in the emulator. This implementation does not limit the s
frontend/handlers/queries.cc:389
↓ 15 callers
Method
GetEnumTypeDescriptor
backend/schema/catalog/proto_bundle.cc:238
↓ 15 callers
Method
Read
Read using a given transaction.
tests/conformance/common/database_test_base.h:357
↓ 15 callers
Function
TEST_P
frontend/handlers/change_streams_test.cc:322
↓ 15 callers
Method
Wait
backend/locking/handle.cc:62
↓ 15 callers
Method
enforced
Returns whether this foreign key is enforced.
backend/schema/catalog/foreign_key.h:106
↓ 15 callers
Method
has_on_delete_action
Returns true if the on delete action of this table is set.
backend/schema/catalog/table.h:101
↓ 15 callers
Method
pending_commit_timestamp
Returns the pending commit timestamp.
backend/schema/updater/schema_validation_context.h:105
↓ 15 callers
Method
referenced_index
Returns the managed referenced backing index if any. Returns nullptr if the referenced table's primary key is used.
backend/schema/catalog/foreign_key.h:97
↓ 15 callers
Method
source_column
Returns the source column.
backend/schema/catalog/column.h:165
↓ 15 callers
Method
spanner_client
tests/common/test_env.h:73
↓ 15 callers
Method
tid
Returns the ID of the transaction which owns this handle.
backend/locking/handle.h:67
↓ 14 callers
Function
Contains
Returns true if the given KeySet contains the input key.
backend/datamodel/key_set_test.cc:399
↓ 14 callers
Method
CreateHandle
backend/locking/manager.cc:40
↓ 14 callers
Method
FindPropertyGraph
backend/schema/catalog/schema.cc:202
↓ 14 callers
Function
GetActiveTokenFromInitialQuery
tests/common/change_streams.cc:298
↓ 14 callers
Function
GetRowFromRowKVs
Returns a row to be inserted into a googlesql::SimpleTable that's constructed using the given specific key-value pairs. If a specific value for a colu
backend/query/information_schema_catalog.cc:490
↓ 14 callers
Function
MakeDisjointKeyRanges
backend/datamodel/key_set.cc:74
↓ 14 callers
Function
MakeStringValue
tests/conformance/cases/secure_context.cc:47
↓ 14 callers
Function
ParseDatabaseUri
frontend/common/uris.cc:120
↓ 14 callers
Function
ReadFromClientReader
tests/common/test_env.cc:44
↓ 14 callers
Function
Rollback
Rolls back a transaction, releasing any locks it holds.
frontend/handlers/transactions.cc:163
↓ 14 callers
Method
storage
Provides SchemaVerifiers running under this validation context access to the database storage to perform reads.
backend/schema/updater/schema_validation_context.h:96
↓ 14 callers
Method
views
backend/schema/catalog/schema.h:170
↓ 13 callers
Method
AddActionsForSchema
backend/actions/manager.cc:230
↓ 13 callers
Method
CreateInstance
frontend/collections/instance_manager.cc:68
↓ 13 callers
Function
EncodeTimestampString
tests/common/change_streams.h:159
↓ 13 callers
Function
GetSchemaAndNameForPGCatalog
backend/query/pg_catalog.cc:364
↓ 13 callers
Function
GetSession
Gets information about a particular session.
frontend/handlers/sessions.cc:127
↓ 13 callers
Function
InvalidColumnSizeReduction
common/errors.cc:901
↓ 13 callers
Function
MakeDatabaseUri
frontend/common/uris.cc:208
↓ 13 callers
Function
NamedSchemaNotFound
common/errors.cc:4381
↓ 13 callers
Function
TEST_P
tests/conformance/cases/sessions.cc:171
↓ 13 callers
Function
ToUtilStatusOr
tests/conformance/common/environment.h:62
↓ 13 callers
Function
ValidateStringLiteralImage
backend/schema/parser/ddl_token_validation_utils.cc:46
↓ 13 callers
Method
Verify
backend/actions/action.cc:99
↓ 13 callers
Method
for_clause
backend/schema/catalog/change_stream.h:91
↓ 13 callers
Method
foreign_keys
Returns the list of all foreign keys of this table.
backend/schema/catalog/table.h:116
↓ 13 callers
Method
global_names
Access to the current schema's set of global names.
backend/schema/updater/schema_validation_context.h:99
↓ 13 callers
Method
is_unique
Returns true if this is a unique index.
backend/schema/catalog/index.h:104
↓ 13 callers
Method
referencing_columns
Returns the referencing table's columns.
backend/schema/catalog/foreign_key.h:79
↓ 12 callers
Method
AddAction
Adds a SchemaChangeAction to this validation context.
backend/schema/updater/schema_validation_context.h:86
↓ 12 callers
Method
CreateOperation
frontend/collections/operation_manager.cc:38
↓ 12 callers
Function
CreateSession
Creates a new session.
frontend/handlers/sessions.cc:43
↓ 12 callers
Method
ExecuteStreamingSql
tests/common/test_env.cc:116
↓ 12 callers
Method
FindTableCaseSensitive
backend/schema/catalog/schema.cc:103
↓ 12 callers
Function
GOOGLESQL_ASSERT_OK_AND_ASSIGN
backend/schema/updater/schema_updater_tests/table.cc:1783
↓ 12 callers
Function
GetInstance
Gets information about a particular instance.
frontend/handlers/instances.cc:131
↓ 12 callers
Method
GetSession
frontend/collections/session_manager.cc:61
↓ 12 callers
Function
IndexNotFound
common/errors.cc:2117
↓ 12 callers
Function
JsonType
backend/query/query_engine_test.cc:145
↓ 12 callers
Method
MakeProtoType
backend/query/query_engine_test.cc:285
↓ 12 callers
Method
NextRow
backend/query/queryable_table.cc:80
↓ 12 callers
Method
PartitionQuery
PartitionQuery using a specified transaction.
tests/conformance/common/database_test_base.h:530
↓ 12 callers
Function
SequenceNotFound
common/errors.cc:2144
↓ 12 callers
Function
ShouldReturnTransaction
frontend/entities/transaction.cc:430
↓ 12 callers
Method
Translate
tests/conformance/common/query_translator.cc:105
↓ 12 callers
Function
UnescapeStringLiteral
backend/schema/parser/ddl_parser.cc:134
↓ 12 callers
Method
database_admin_client
tests/common/test_env.h:66
↓ 12 callers
Method
partition_by
Returns the list of partition by column defined in the search index.
backend/schema/catalog/index.h:129
↓ 12 callers
Method
referenced_columns
Returns the referenced table's columns.
backend/schema/catalog/foreign_key.h:92
↓ 12 callers
Method
session_manager
frontend/server/environment.h:49
↓ 11 callers
Function
CheckOptionKeyValNodeAndGetName
backend/schema/parser/ddl_parser.cc:352
↓ 11 callers
Method
EnqueueLock
backend/locking/handle.cc:45
↓ 11 callers
Method
GuardedCall
frontend/entities/transaction.cc:395
↓ 11 callers
Method
HasName
Returns true if a global name exists.
backend/schema/updater/global_schema_names.h:44
↓ 11 callers
Method
IsReadWrite
Returns true if the current transaction is a ReadWriteTransaction.
frontend/entities/transaction.h:183
↓ 11 callers
Method
Next
backend/query/query_engine.cc:123
↓ 11 callers
Method
NumColumns
backend/query/query_engine.cc:127
↓ 11 callers
Method
Read
Reads the given key range from the store. Reading pending commit timestamps is disallowed.
backend/actions/context.h:100
↓ 11 callers
Function
RowCursorToPartialResultSetProtos
frontend/converters/reads.cc:246
↓ 11 callers
Method
Send
frontend/server/handler.h:44
↓ 11 callers
Function
TEST_F
tests/conformance/cases/commit_timestamps.cc:107
↓ 11 callers
Function
TestParseFailure
backend/query/search/query_parser_test.cc:121
↓ 11 callers
Function
ValidateGraphElementTable
backend/schema/updater/schema_updater_tests/property_graph_test.cc:146
↓ 11 callers
Method
check_constraints
Returns the list of all check constraints of this table.
backend/schema/catalog/table.h:121
↓ 11 callers
Method
database_manager
frontend/server/environment.h:46
↓ 11 callers
Method
determinism_level
backend/schema/catalog/udf.h:73
↓ 11 callers
Method
effective_max_length
Returns the effective maximum length of values allowed in this column, based on the type. Applicable only to STRING and BYTES types.
backend/schema/catalog/column.h:99
↓ 11 callers
Method
effects
backend/actions/context.h:127
↓ 11 callers
Method
instance_admin_client
tests/common/test_env.h:69
↓ 11 callers
Method
limit
The limit is the position one past the end of a hit.
backend/query/search/search_evaluator_helpers.h:61
↓ 11 callers
Method
limit_type
backend/datamodel/key_range.h:76
↓ 11 callers
Method
order_by
Returns the list of order by column defined in the search index.
backend/schema/catalog/index.h:132
↓ 11 callers
Method
start_type
backend/datamodel/key_range.h:75
← previous
next →
201–300 of 4,078, ranked by callers