MCPcopy Create free account

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

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

↓ 1 callersFunctionDisableOption
backend/query/analyzer_options.cc:128
↓ 1 callersFunctionDisallowNullsInSearchArray
common/errors.cc:861
↓ 1 callersFunctionDmlSequenceOutOfOrder
common/errors.cc:620
↓ 1 callersFunctionDropForeignKeyManagedIndex
common/errors.cc:2182
↓ 1 callersFunctionDropNamedSchemaHasDependencies
common/errors.cc:4392
↓ 1 callersFunctionDropTableWithDependentChangeStreams
common/errors.cc:1535
↓ 1 callersFunctionDumpChangeStream
backend/schema/catalog/schema.cc:411
↓ 1 callersFunctionDumpColumn
backend/schema/catalog/schema.cc:299
↓ 1 callersFunctionDumpDatabaseOptions
backend/schema/catalog/schema.cc:539
↓ 1 callersFunctionDumpForeignKey
backend/schema/catalog/schema.cc:361
↓ 1 callersMethodDumpIndex
backend/schema/catalog/schema.cc:256
↓ 1 callersFunctionDumpInterleaveClause
backend/schema/catalog/schema.cc:383
↓ 1 callersFunctionDumpLocalityGroup
backend/schema/catalog/schema.cc:550
↓ 1 callersFunctionDumpModel
backend/schema/catalog/schema.cc:500
↓ 1 callersFunctionDumpNamedSchema
backend/schema/catalog/schema.cc:483
↓ 1 callersFunctionDumpPropertyGraph
backend/schema/catalog/schema.cc:533
↓ 1 callersFunctionDumpSequence
backend/schema/catalog/schema.cc:456
↓ 1 callersFunctionDuplicateStructFieldNamesInRemoteFunction
common/errors.cc:4263
↓ 1 callersFunctionDuplicateStructName
common/errors.cc:1969
↓ 1 callersFunctionEmptySchema
backend/schema/updater/schema_updater.cc:6800
↓ 1 callersFunctionEmptyStruct
common/errors.cc:1951
↓ 1 callersFunctionEmulatorDoesNotSupportQueryPlans
common/errors.cc:3474
↓ 1 callersMethodEndpoint
backend/query/ml/ml_predict_row_function.cc:147
↓ 1 callersFunctionEvalSecureContext
backend/query/function_catalog.cc:525
↓ 1 callersFunctionEvaluateResolvedDelete
backend/query/query_engine.cc:799
↓ 1 callersFunctionEvaluateResolvedInsert
backend/query/query_engine.cc:667
↓ 1 callersFunctionEvaluateResolvedUpdate
backend/query/query_engine.cc:764
↓ 1 callersFunctionEvaluateWordsPhraseScore
backend/query/search/score_evaluator.cc:57
↓ 1 callersFunctionEvaluateWordsScore
backend/query/search/score_evaluator.cc:43
↓ 1 callersFunctionExecuteBatchDmlOnlySupportsDmlStatements
common/errors.cc:3200
↓ 1 callersMethodExecuteChangeStreamQuery
frontend/handlers/change_streams.cc:405
↓ 1 callersMethodExecuteEffectors
backend/actions/manager.cc:67
↓ 1 callersMethodExecuteEvaluatedKeyEffectors
backend/actions/manager.cc:75
↓ 1 callersFunctionExecuteQuery
frontend/handlers/queries.cc:171
↓ 1 callersMethodExecuteValidators
backend/actions/manager.cc:59
↓ 1 callersMethodExecuteVerifiers
backend/actions/manager.cc:97
↓ 1 callersFunctionExtractColumnInfoAndRowsForInsertOrUpdateAction
backend/query/insert_on_conflict_dml_execution.cc:177
↓ 1 callersFunctionExtractPrimaryKeyIndices
Extracts the primary key column indices from the given list of columns. The returned indices will be in the order specified by the primary key. Nullab
backend/transaction/resolve.cc:212
↓ 1 callersFunctionExtractValidatedResolvedStatementAndOptions
backend/query/query_engine.cc:1009
↓ 1 callersFunctionFilterResolvedAggregateFunction
backend/query/feature_filter/sql_feature_filter.cc:131
↓ 1 callersFunctionFilterResolvedFunction
backend/query/feature_filter/sql_feature_filter.cc:153
↓ 1 callersFunctionFindDepColumnInCheckConstraintByName
backend/schema/validators/check_constraint_validator.cc:82
↓ 1 callersFunctionFindForeignKeyOnDeleteAction
backend/schema/catalog/schema.cc:250
↓ 1 callersMethodFindInputByName
backend/query/queryable_model.h:79
↓ 1 callersMethodFindLabelByName
backend/schema/catalog/property_graph.cc:215
↓ 1 callersMethodFindManagedIndex
backend/schema/catalog/schema.cc:221
↓ 1 callersMethodFindPropertyDefinitionByName
backend/query/queryable_property_graph.h:271
↓ 1 callersMethodFindUdfCaseSensitive
backend/schema/catalog/schema.cc:86
↓ 1 callersFunctionFlattenDeleteOp
Flattens delete mutation to one write op for each key being deleted.
backend/transaction/read_write_transaction.cc:87
↓ 1 callersFunctionFlattenNonDeleteOpRow
Converts each MutationOp row to a WriteOp based on the MutationOpType: - MutatioOpTyp::kReplace: converts to DeleteOp followed by InsertOp. - Mutation
backend/transaction/read_write_transaction.cc:122
↓ 1 callersFunctionFloat32Type
backend/query/query_engine_test.cc:125
↓ 1 callersFunctionFloat64Type
backend/query/query_engine_test.cc:129
↓ 1 callersFunctionFlushDelete
backend/transaction/flush.cc:63
↓ 1 callersFunctionFlushInsert
backend/transaction/flush.cc:31
↓ 1 callersFunctionFlushUpdate
backend/transaction/flush.cc:47
↓ 1 callersFunctionForUpdateCannotCombineWithLockScannedRanges
common/errors.cc:4619
↓ 1 callersFunctionForUpdateUnsupportedInReadOnlyTransactions
FOR UPDATE-related errors.
common/errors.cc:4609
↓ 1 callersFunctionForeignKeyColumnCountMismatch
common/errors.cc:2558
↓ 1 callersFunctionForeignKeyColumnDropNotAllowed
common/errors.cc:2631
↓ 1 callersFunctionForeignKeyColumnNullabilityChangeNotAllowed
common/errors.cc:2642
↓ 1 callersFunctionForeignKeyColumnSetCommitTimestampOptionNotAllowed
common/errors.cc:2662
↓ 1 callersFunctionForeignKeyColumnTypeChangeNotAllowed
common/errors.cc:2652
↓ 1 callersFunctionForeignKeyColumnTypeMismatch
common/errors.cc:2607
↓ 1 callersFunctionForeignKeyColumnTypeUnsupported
common/errors.cc:2588
↓ 1 callersFunctionForeignKeyColumnsRequired
Foreign key errors.
common/errors.cc:2549
↓ 1 callersFunctionForeignKeyCommitTimestampColumnUnsupported
common/errors.cc:2597
↓ 1 callersFunctionForeignKeyDuplicateColumn
common/errors.cc:2568
↓ 1 callersFunctionForeignKeyEnforcementUnsupported
common/errors.cc:2706
↓ 1 callersFunctionForeignKeyReferencedIndexName
If a foreign key uses the primary key for the referenced table as the referenced index, referenced_index() will return nullptr. In this case, construc
backend/query/information_schema_catalog.cc:395
↓ 1 callersFunctionForeignKeyReferencedTableDropNotAllowed
common/errors.cc:2621
↓ 1 callersFunctionForeignKeyReferencingKeyFound
common/errors.cc:2684
↓ 1 callersFunctionFpAlgorithmOnlySupportedOnFloats
common/errors.cc:3886
↓ 1 callersFunctionFunctionDefinerSecurityError
common/errors.cc:4218
↓ 1 callersFunctionFunctionName
backend/query/ml/ml_predict_table_valued_function.cc:55
↓ 1 callersFunctionFunctionReplaceError
common/errors.cc:4280
↓ 1 callersFunctionFunctionTypeMismatch
common/errors.cc:4307
↓ 1 callersMethodGenerateCheckConstraintName
backend/schema/updater/global_schema_names.cc:105
↓ 1 callersFunctionGenerateKeywordsRules
backend/schema/parser/ddl_keywords.cc:48
↓ 1 callersFunctionGeneratedPKNeedsExplicitValue
common/errors.cc:3061
↓ 1 callersFunctionGeneratedPkModified
common/errors.cc:3071
↓ 1 callersFunctionGetANNFunctionArguments
backend/query/ann_validator.cc:180
↓ 1 callersMethodGetActionsForSchema
backend/actions/manager.cc:239
↓ 1 callersFunctionGetAnnFunctionCall
backend/query/ann_validator.cc:56
↓ 1 callersMethodGetBufferedOps
backend/transaction/transaction_store.cc:434
↓ 1 callersMethodGetCatalogs
backend/query/catalog.cc:532
↓ 1 callersFunctionGetChangeStreamRecordsFromArrayHelper
tests/common/change_streams.cc:129
↓ 1 callersFunctionGetChangeStreamRecordsFromJsonHelper
tests/common/change_streams.cc:178
↓ 1 callersMethodGetColumnName
backend/query/ml/ml_predict_table_valued_function.cc:83
↓ 1 callersFunctionGetColumnsForDataChangeRecord
backend/actions/change_stream.cc:203
↓ 1 callersFunctionGetColumnsWithDefault
Returns a table row of default values as key-values where the key is the column name and the value is the default value for that column type. Example
backend/query/information_schema_catalog.cc:420
↓ 1 callersMethodGetCommitTimestamp
frontend/entities/transaction.cc:295
↓ 1 callersMethodGetCommitTimestamp
backend/transaction/read_write_transaction.cc:259
↓ 1 callersFunctionGetDatabase
frontend/server/request_context.cc:39
↓ 1 callersFunctionGetDatabasesByInstance
frontend/collections/database_manager.cc:53
↓ 1 callersMethodGetDeduplicatedCurrentStatementOps
backend/transaction/transaction_store.cc:192
↓ 1 callersMethodGetDestNodeTable
backend/query/queryable_property_graph.h:400
↓ 1 callersFunctionGetDoubleParameterValue
backend/query/search/tokenizer.cc:94
↓ 1 callersFunctionGetDropManagedIndexError
backend/schema/validators/index_validator.cc:50
↓ 1 callersMethodGetDynamicLabel
backend/query/queryable_property_graph.h:300
↓ 1 callersMethodGetDynamicProperties
backend/query/queryable_property_graph.h:308
← previousnext →1,301–1,400 of 4,078, ranked by callers