MCPcopy Create free account

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

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

↓ 2 callersFunctionVisitSequenceOptionKeyValNode
backend/schema/parser/ddl_parser.cc:2406
↓ 2 callersFunctionVisitSequenceParamListNode
backend/schema/parser/ddl_parser.cc:981
↓ 2 callersFunctionVisitStoredColumnNode
backend/schema/parser/ddl_parser.cc:688
↓ 2 callersFunctionVisitTableOptionListNode
backend/schema/parser/ddl_parser.cc:430
↓ 2 callersFunctionVisitWitnessLocationDatabaseOptionValNode
Handle witness_location for database options
backend/schema/parser/ddl_parser.cc:2018
↓ 2 callersMethodWaitForSafeRead
backend/locking/handle.cc:101
↓ 2 callersMethodWaitForShutdown
frontend/server/server.cc:330
↓ 2 callersFunctionWithViewsAreNotSupported
common/errors.cc:4198
↓ 2 callersFunctionWrongNumberOfKeyParts
Key proto errors.
common/errors.cc:480
↓ 2 callersMethodabsolute_begin_offset
backend/query/search/query_token_base.h:31
↓ 2 callersMethodabsolute_begin_offset
backend/schema/parser/ddl_token_base.h:27
↓ 2 callersMethodadd
Adds a new value.
tests/conformance/common/database_test_base.h:272
↓ 2 callersMethodclock
backend/actions/context.h:128
↓ 2 callersMethodcommit_timestamp_tracker
Returns the commit timestamp tracker for this transaction.
backend/transaction/read_write_transaction.h:129
↓ 2 callersMethodcreated_from_syntax
backend/schema/catalog/sequence.h:60
↓ 2 callersMethodelement_kind
backend/schema/catalog/property_graph.h:81
↓ 2 callersMethodget
backend/schema/builders/column_builder.h:204
↓ 2 callersFunctiongetLocalityGroupName
backend/schema/parser/ddl_parser.cc:3177
↓ 2 callersMethodis_null_filtered_column
backend/schema/catalog/index.h:98
↓ 2 callersMethodlocality_groups
List all the locality groups in this schema.
backend/schema/catalog/schema.h:208
↓ 2 callersMethodowner_change_stream
Returns the Change Stream that owns this table if one exists.
backend/schema/catalog/table.h:84
↓ 2 callersMethodsearch_index_options
backend/schema/catalog/index.h:147
↓ 2 callersMethodset_dynamic_label_expression
backend/schema/catalog/property_graph.h:145
↓ 2 callersMethodset_dynamic_properties_expression
backend/schema/catalog/property_graph.h:148
↓ 2 callersMethodset_element_kind
backend/schema/catalog/property_graph.h:98
↓ 2 callersMethodset_interleave_in_parent_postgresql_oid
backend/schema/catalog/table.h:173
↓ 2 callersMethodset_primary_key_index_postgresql_oid
backend/schema/catalog/table.h:181
↓ 2 callersMethodset_tvf_postgresql_oid
backend/schema/catalog/change_stream.h:120
↓ 2 callersMethodtarget_table
backend/query/query_engine.cc:1090
↓ 2 callersMethodtype_factory
backend/query/query_engine.h:142
↓ 1 callersFunctionANNFunctionsToDistanceType
backend/query/ann_validator.cc:44
↓ 1 callersMethodAbort
backend/locking/handle.cc:68
↓ 1 callersFunctionAbortCurrentTransaction
common/errors.cc:527
↓ 1 callersFunctionAbortDueToConcurrentSchemaChange
common/errors.cc:713
↓ 1 callersFunctionAbortReadWriteTransactionOnFirstCommit
common/errors.cc:720
↓ 1 callersFunctionAddEmptyQueryPlan
frontend/handlers/queries.cc:152
↓ 1 callersMethodAddHandler
Adds a handler to the registry.
frontend/server/handler.cc:41
↓ 1 callersMethodAddObject
backend/query/queryable_named_schema.h:59
↓ 1 callersMethodAddValue
Adds the incoming value to the set of PartialResultSets chunking as necessary.
frontend/converters/chunking.cc:94
↓ 1 callersFunctionAddingNotNullColumn
common/errors.cc:2258
↓ 1 callersFunctionAiClassifyFunction
backend/query/function_catalog.cc:438
↓ 1 callersFunctionAiClassify_Categories_InvalidObject
common/errors.cc:1932
↓ 1 callersFunctionAiClassify_Categories_NotArray
common/errors.cc:1906
↓ 1 callersFunctionAiClassify_Categories_NotArrayOfObjects
common/errors.cc:1919
↓ 1 callersFunctionAiClassify_Categories_NullElement
common/errors.cc:1925
↓ 1 callersFunctionAiIfFunction
backend/query/function_catalog.cc:200
↓ 1 callersFunctionAiScoreFunction
backend/query/function_catalog.cc:264
↓ 1 callersFunctionAlterChangeStreamDropNonexistentForClause
common/errors.cc:1286
↓ 1 callersFunctionAlterLocalityGroupWithoutOptions
common/errors.cc:1499
↓ 1 callersFunctionAlterNamedSchemaNotSupported
common/errors.cc:4387
↓ 1 callersFunctionAlterVectorIndexSetOptionsUnsupported
common/errors.cc:3764
↓ 1 callersFunctionAlterVectorIndexStoredColumnUnsupported
common/errors.cc:3758
↓ 1 callersFunctionAmbiguousModelEndpoint
common/errors.cc:1775
↓ 1 callersFunctionAnalyzedVolatilityToDeterminism
backend/schema/updater/sql_expression_validators.cc:65
↓ 1 callersFunctionApproxDistanceFunctionOptionMustBeLiteral
common/errors.cc:4633
↓ 1 callersFunctionApproxDistanceLengthMismatch
common/errors.cc:4665
↓ 1 callersFunctionAreAllDependentColumnsPresent
backend/transaction/resolve.cc:135
↓ 1 callersFunctionAreColumnsOrderedPrefixOfPK
backend/actions/foreign_key_actions.cc:48
↓ 1 callersFunctionAreColumnsUnorderedPrefixOfPK
backend/actions/foreign_key_actions.cc:62
↓ 1 callersFunctionArrayTypeMustSpecifyElementType
common/errors.cc:309
↓ 1 callersFunctionAttachSpangresErrorPayloads
Attaches the Spangres error payloads to the rpc status. For spangres::error::PgErrorInfo, we extract PG error info and attach it as an entry of detail
frontend/common/status.cc:59
↓ 1 callersFunctionBackfillChangeStream
backend/schema/backfills/change_stream_backfill.cc:129
↓ 1 callersFunctionBackfillChangeStreamPartition
backend/schema/backfills/change_stream_backfill.cc:103
↓ 1 callersFunctionBackfillColumnValue
backend/schema/backfills/column_value_backfill.cc:110
↓ 1 callersFunctionBackfillEvaluatedColumnValue
backend/schema/backfills/column_value_backfill.cc:137
↓ 1 callersFunctionBackfillIndex
backend/schema/backfills/index_backfill.cc:100
↓ 1 callersFunctionBackfillIndexAddedColumn
backend/schema/backfills/index_backfill.cc:53
↓ 1 callersFunctionBadLabelKey
common/errors.cc:234
↓ 1 callersFunctionBadLabelValue
common/errors.cc:243
↓ 1 callersFunctionBatchDmlOnlySupportsReadWriteTransaction
common/errors.cc:3194
↓ 1 callersFunctionBitReverseFunction
backend/query/function_catalog.cc:139
↓ 1 callersMethodBuild
backend/schema/updater/schema_updater.cc:220
↓ 1 callersFunctionBuildCloudDDLStatement
Walk over AST to build up an un-validated DDLStatement.
backend/schema/parser/ddl_parser.cc:3447
↓ 1 callersFunctionBuildDelete
Builds a DELETE mutation and returns it along with a count of deleted rows.
backend/query/query_engine.cc:488
↓ 1 callersFunctionBuildUpdate
Builds a UPDATE mutation and returns it along with a count of updated rows.
backend/query/query_engine.cc:441
↓ 1 callersFunctionCannotAlterColumnDataTypeWithDependentCheckConstraint
common/errors.cc:2781
↓ 1 callersFunctionCannotAlterColumnToAddVectorLength
common/errors.cc:886
↓ 1 callersFunctionCannotAlterColumnToDropIdentity
common/errors.cc:4587
↓ 1 callersFunctionCannotAlterColumnToRemoveVectorLength
common/errors.cc:893
↓ 1 callersFunctionCannotAlterGeneratedColumnStoredAttribute
common/errors.cc:2896
↓ 1 callersFunctionCannotAlterIdentityColumnToGeneratedOrDefaultColumn
common/errors.cc:4595
↓ 1 callersFunctionCannotAlterStoredGeneratedColumnDataType
common/errors.cc:2868
↓ 1 callersFunctionCannotAlterSynonym
common/errors.cc:3651
↓ 1 callersFunctionCannotAlterToIdentityColumn
common/errors.cc:4580
↓ 1 callersFunctionCannotChangeKeyColumnWithChildTables
common/errors.cc:945
↓ 1 callersFunctionCannotCommitAfterRollback
common/errors.cc:688
↓ 1 callersFunctionCannotConvertGeneratedColumnToRegularColumn
common/errors.cc:2851
↓ 1 callersFunctionCannotConvertRegularColumnToGeneratedColumn
common/errors.cc:2860
↓ 1 callersFunctionCannotCreatePostgreSQLDialectDatabase
common/errors.cc:194
↓ 1 callersFunctionCannotParseKeyValue
common/errors.cc:2226
↓ 1 callersFunctionCannotReturnReadTimestampForReadWriteTransaction
common/errors.cc:587
↓ 1 callersFunctionCannotRollbackAfterCommit
common/errors.cc:694
↓ 1 callersFunctionCannotSetDefaultValueOnGeneratedColumn
common/errors.cc:3098
↓ 1 callersFunctionCannotUseCommitTimestampColumnOnCheckConstraint
common/errors.cc:2761
↓ 1 callersFunctionCannotUseCommitTimestampOnGeneratedColumnDependency
common/errors.cc:2905
↓ 1 callersFunctionCannotUseGeneratedColumnInPrimaryKey
common/errors.cc:2914
↓ 1 callersFunctionCannotWriteToGeneratedColumn
common/errors.cc:2923
↓ 1 callersFunctionCaseInsensitiveDuplicateStructName
common/errors.cc:1976
↓ 1 callersFunctionChangeDefaultTimeZoneOnNonEmptyDatabase
common/errors.cc:4519
↓ 1 callersFunctionChangeInterleavingNotAllowed
common/errors.cc:1548
← previousnext →1,101–1,200 of 4,078, ranked by callers