MCPcopy Create free account

hub / github.com/TileDB-Inc/TileDB / functions

Functions10,959 in github.com/TileDB-Inc/TileDB

↓ 4 callersMethodweak_self
* Return a weak pointer to the private `self_` member of the CAPIHandle base * class. */
tiledb/api/c_api_support/handle/test/unit_handle.cc:52
↓ 4 callersMethodwrite
tiledb/sm/buffer/buffer.cc:288
↓ 4 callersFunctionwrite_array
test/src/unit-cppapi-consolidation-sparse.cc:59
↓ 4 callersMethodwrite_by_index
* Write data to the array and dimension label. * * @param index_start Starting index value * @param index_end Ending index value * @param
test/src/test-cppapi-dense-array-dimension-label.cc:107
↓ 4 callersFunctionwrite_sparse_array_string_attr
test/src/unit-cppapi-filter.cc:242
↓ 3 callersMethodStop
tiledb/sm/filesystem/s3_thread_pool_executor.cc:58
↓ 3 callersMethodaction_on_success
tiledb/api/c_api_support/exception_wrapper/exception_wrapper.h:310
↓ 3 callersMethodadd_aggregator_to_default_channel
* Adds an aggregator to the default channel. * * @param output_field_name Output field name for the aggregate. * @param aggregator Aggregator
tiledb/sm/query/query.h:838
↓ 3 callersMethodadd_range_unrestricted
tiledb/sm/subarray/range_subset.cc:164
↓ 3 callersMethodadd_trailing_slash
tiledb/sm/filesystem/azure.cc:630
↓ 3 callersMethodadd_trailing_slash
tiledb/sm/filesystem/gcs.cc:423
↓ 3 callersMethodappend
Appends a single additional value to the iterator sequence. The returned [Iterator] yields all of the values from `self`, and then yields `value`. T
tiledb/oxidize/iterator-ext/src/lib.rs:12
↓ 3 callersMethodappend_string
tiledb/sm/filesystem/uri.cc:359
↓ 3 callersFunctionarray_exists
test/regression/targets/sc-53334.cc:146
↓ 3 callersFunctionarray_schema_deserialize
tiledb/sm/serialization/array_schema.cc:1232
↓ 3 callersFunctionarray_schema_evolution_serialize
tiledb/sm/serialization/array_schema_evolution.cc:245
↓ 3 callersFunctionarray_schema_serialize
tiledb/sm/serialization/array_schema.cc:1189
↓ 3 callersFunctionarray_type_enum
Returns the array type given a string representation. */
tiledb/sm/enums/array_type.h:64
↓ 3 callersFunctionattribute_from_capnp
tiledb/sm/serialization/array_schema.cc:419
↓ 3 callersMethodattribute_num
tiledb/api/c_api/array_schema/array_schema_api_internal.h:122
↓ 3 callersFunctionattribute_to_capnp
tiledb/sm/serialization/array_schema.cc:374
↓ 3 callersMethodblock
tiledb/sm/query/readers/sparse_global_order_reader.cc:175
↓ 3 callersMethodbuffer_names
tiledb/sm/query/query.cc:364
↓ 3 callersMethodbuild
test/performance/tiledb_submit_a_b.cc:432
↓ 3 callersMethodbyte_size
tiledb/sm/subarray/subarray_tile_overlap.cc:162
↓ 3 callersMethodcall
tiledb/api/c_api_support/exception_wrapper/exception_wrapper.h:564
↓ 3 callersMethodcancel_all_tasks
tiledb/sm/filesystem/vfs.cc:265
↓ 3 callersMethodcell_num
tiledb/sm/array_schema/domain.cc:580
↓ 3 callersMethodcell_num
Returns the number of cells stored in the tile. */
tiledb/sm/tile/tile.h:439
↓ 3 callersMethodcheck_open_files
* @return true if the number of open files is the same * as it was when we started the test */
tiledb/sm/filesystem/test/unit_ls_filtered.cc:107
↓ 3 callersMethodclear_tile_ranges
Clears all tile ranges data. */
tiledb/sm/query/readers/sparse_index_reader_base.h:463
↓ 3 callersMethodclone
tiledb/sm/subarray/subarray.cc:2404
↓ 3 callersMethodclone
tiledb/sm/subarray/subarray_partitioner.cc:771
↓ 3 callersMethodclose
tiledb/api/c_api/vfs/vfs_api_internal.h:201
↓ 3 callersMethodclose
(self)
scripts/run-ssl-proxy.py:24
↓ 3 callersMethodcompare
tiledb/sm/misc/comparators.h:468
↓ 3 callersFunctioncompute_tile_extent_based_on_file_size
tiledb/sm/c_api/tiledb_filestore.cc:679
↓ 3 callersMethodconst_value
* Return a read-only reference to a non-const value. * * This function does not have an analogous call in `optional`. In that class * there's
tiledb/stdx/synchronized_optional/synchronized_optional.h:630
↓ 3 callersMethodconvert_tile_min_max_var_sizes_to_offsets
tiledb/sm/fragment/fragment_metadata.cc:299
↓ 3 callersMethodcoord
* Returns a constant pointer to the coordinate at position `pos` for * dimension `dim_idx`. This will fetch from the zipped `coord_tile_` * unle
tiledb/sm/query/readers/result_tile.h:481
↓ 3 callersMethodcoord
tiledb/sm/misc/comparators.h:741
↓ 3 callersFunctioncopy_capnp_list
tiledb/sm/serialization/capnp_utils.h:338
↓ 3 callersMethodcopy_dir
tiledb/sm/filesystem/s3.cc:447
↓ 3 callersFunctioncreate_array
test/regression/targets/sc-38300.cc:25
↓ 3 callersFunctioncreate_array
test/support/src/helpers.cc:474
↓ 3 callersFunctioncreate_hierarchy
examples/c_api/object.c:149
↓ 3 callersMethodcritical
tiledb/common/logger.cc:139
↓ 3 callersMethoddata_at
* @return Pointer to the data at the given offset in the filtered data file. */
tiledb/sm/query/readers/filtered_data.h:100
↓ 3 callersFunctiondata_order_from_str
Converts a string to a DataOrder enum. */
tiledb/sm/enums/data_order.h:92
↓ 3 callersMethoddata_protocol
* Returns the data protocol version for the given URI. * * **Example:** * @code{.cpp} * tiledb::Context ctx; * auto data_protocol = ctx
tiledb/sm/cpp_api/context.h:246
↓ 3 callersMethoddeallocate
tiledb/common/polymorphic_allocator/polymorphic_allocator.h:456
↓ 3 callersMethoddel
tiledb/sm/metadata/metadata.cc:217
↓ 3 callersMethoddelete_data
tiledb/sm/rest/curl.cc:1125
↓ 3 callersMethoddereference
tiledb/common/util/detail/test/unit_iterator_facade.cc:225
↓ 3 callersFunctiondeserialize_non_empty_domain
tiledb/sm/serialization/capnp_utils.h:534
↓ 3 callersFunctiondeserialize_subarray
tiledb/sm/serialization/capnp_utils.h:598
↓ 3 callersMethoddimension_datum
tiledb/sm/misc/comparators.h:745
↓ 3 callersMethoddimensions
Returns the current set of dimensions in the domain. */
tiledb/sm/cpp_api/domain.h:177
↓ 3 callersMethoddisconnect
tiledb/sm/filesystem/s3.cc:679
↓ 3 callersMethoddistance_to
clang-format off
tiledb/common/util/detail/iterator_facade.h:429
↓ 3 callersMethoddone
``true`` if there are no more partitions. */
tiledb/sm/query/readers/reader_base.h:141
↓ 3 callersMethoddump_json
/ API */ /
tiledb/sm/query_plan/query_plan.cc:115
↓ 3 callersFunctionensure_cell_order_is_valid
Throws error if cell order's enumeration is greater than 4. */
tiledb/sm/enums/layout.h:97
↓ 3 callersFunctionensure_config_is_valid_if_present
* Returns after successfully validating an error. Throws otherwise. * * @param config A possibly-valid configuration handle */
tiledb/api/c_api/config/config_api_internal.h:115
↓ 3 callersFunctionensure_dim_name_is_valid
* Ensure the argument is a valid char pointer * * @param name A char pointer */
tiledb/api/c_api/ndrectangle/ndrectangle_api.cc:58
↓ 3 callersFunctionensure_filtertype_is_valid
Throws error if the input FilterType is not a valid filter type. */
tiledb/sm/enums/filter_type.h:149
↓ 3 callersFunctionensure_param_argument_is_valid
tiledb/api/c_api/config/config_api.cc:40
↓ 3 callersFunctionensure_qc_capnp_condition_value_is_valid
* @brief Validation function for the capnp representation of the * condition value of an AST node. * * @param vec The vector representing the Query
tiledb/sm/serialization/query.cc:735
↓ 3 callersFunctionensure_qc_combo_op_is_valid
tiledb/sm/enums/query_condition_combination_op.h:96
↓ 3 callersFunctionensure_tile_order_is_valid
Throws error if tile order's enumeration is not 0 or 1. */
tiledb/sm/enums/layout.h:90
↓ 3 callersFunctionensure_unsupported_stride_is_null
* Ensure that the output pointer for a stride argument is null. * * The C API has arguments for the "stride" of a range, but does not support * suc
tiledb/api/c_api_support/argument_validation.h:95
↓ 3 callersMethoderase_tile
tiledb/sm/query/readers/result_tile.cc:124
↓ 3 callersMethodest_result_size_var_nullable
* Retrieves the estimated result size for a variable-size, nullable * attribute. * * **Example:** * * @code{.cpp} * std::array<uint6
tiledb/sm/cpp_api/query.h:598
↓ 3 callersMethodexpand
tiledb/sm/subarray/subarray_tile_overlap.cc:142
↓ 3 callersMethodfinalize
* Flushes all internal state of a query object and finalizes the query. * This is applicable only to global layout writes. It has no effect for
tiledb/sm/cpp_api/query.h:336
↓ 3 callersMethodfrag_meta
Returns the fragment metadata. */
tiledb/sm/query/writers/unordered_writer.h:101
↓ 3 callersFunctionfragment_meta_sizes_offsets_to_capnp
tiledb/sm/serialization/fragment_metadata.cc:492
↓ 3 callersMethodfunction
* The wrapper function * * @param h An error handler * @param args Arguments to an API implementation function * @return */
tiledb/api/c_api_support/exception_wrapper/exception_wrapper.h:612
↓ 3 callersMethodgetArraySchemaName
tiledb/sm/serialization/tiledb-rest.capnp.h:29097
↓ 3 callersMethodgetArrayType
tiledb/sm/serialization/tiledb-rest.capnp.h:18098
↓ 3 callersMethodgetEnd
tiledb/sm/serialization/tiledb-rest.capnp.h:24656
↓ 3 callersMethodgetEndTimestamp
tiledb/sm/serialization/tiledb-rest.capnp.h:17516
↓ 3 callersMethodgetEnumerations
tiledb/sm/serialization/tiledb-rest.capnp.h:18797
↓ 3 callersMethodgetInt32
tiledb/sm/serialization/tiledb-rest.capnp.h:17046
↓ 3 callersMethodgetReadState
tiledb/sm/serialization/tiledb-rest.capnp.h:25644
↓ 3 callersMethodgetSchema
tiledb/sm/serialization/tiledb-rest.capnp.h:19035
↓ 3 callersMethodgetStartTimestamp
tiledb/sm/serialization/tiledb-rest.capnp.h:17603
↓ 3 callersMethodgetVarOffsetsAddExtraElement
tiledb/sm/serialization/tiledb-rest.capnp.h:26814
↓ 3 callersMethodget_allocator
* Returns the buffer list's allocator. */
tiledb/sm/buffer/buffer_list.h:70
↓ 3 callersMethodget_array_schema_from_rest
tiledb/sm/rest/rest_client_remote.cc:204
↓ 3 callersMethodget_average_var_cell_sizes
tiledb/sm/array/array.cc:1656
↓ 3 callersFunctionget_commit_dir
test/support/src/helpers.cc:1331
↓ 3 callersMethodget_commits_dir
tiledb/sm/array/array_directory.cc:541
↓ 3 callersMethodget_expanded_coordinates
tiledb/sm/subarray/subarray.cc:2537
↓ 3 callersMethodget_fragment_name
tiledb/sm/filesystem/uri.cc:307
↓ 3 callersMethodget_metadata
* It gets a metadata key-value item from an open array. The array must * be opened in READ mode, otherwise the function will error out. * * @
tiledb/sm/cpp_api/array.h:1111
↓ 3 callersMethodget_num_fragments
* Get the number of fragments for a node. * * @param node_idx Index of the node. * @return Number of fragment for the node. */
tiledb/sm/consolidation_plan/consolidation_plan.h:90
↓ 3 callersMethodget_range_coords
tiledb/sm/subarray/subarray.cc:1280
↓ 3 callersMethodget_tile_subarray
tiledb/sm/array_schema/domain.cc:462
↓ 3 callersFunctiongroup_details_from_capnp
tiledb/sm/serialization/group.cc:170
← previousnext →1,701–1,800 of 10,959, ranked by callers