Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TileDB-Inc/TileDB
/ functions
Functions
10,959 in github.com/TileDB-Inc/TileDB
⨍
Functions
10,959
◇
Types & classes
2,773
↓ 12 callers
Function
tiledb_array_schema_get_attribute_from_name
tiledb/api/c_api/array_schema/array_schema_api.cc:420
↓ 12 callers
Function
tiledb_array_schema_get_attribute_num
tiledb/api/c_api/array_schema/array_schema_api.cc:373
↓ 12 callers
Function
tiledb_array_schema_set_allows_dups
tiledb/api/c_api/array_schema/array_schema_api.cc:139
↓ 12 callers
Function
tiledb_domain_get_dimension_from_name
tiledb/api/c_api/domain/domain_api.cc:112
↓ 12 callers
Function
tiledb_enumeration_get_data
tiledb/api/c_api/enumeration/enumeration_api.cc:168
↓ 12 callers
Function
tiledb_field_cell_val_num
tiledb/api/c_api/query_field/query_field_api.cc:152
↓ 12 callers
Function
tiledb_field_datatype
tiledb/api/c_api/query_field/query_field_api.cc:144
↓ 12 callers
Function
tiledb_filter_list_get_nfilters
tiledb/api/c_api/filter_list/filter_list_api.cc:68
↓ 12 callers
Function
tiledb_query_get_est_result_size_var
tiledb/sm/c_api/tiledb.cc:708
↓ 12 callers
Function
tiledb_query_set_config
tiledb/sm/c_api/tiledb.cc:431
↓ 12 callers
Method
timestamp_end_opened_at
* Returns the timestamp at which the array was opened. * * WARNING: This is a legacy function that is needed to support the current * API and
tiledb/sm/array/array.h:672
↓ 12 callers
Method
timestamps_overlap
tiledb/sm/array/test/unit_array_directory.cc:49
↓ 12 callers
Method
touch
* Create a file at the test path. * @param mkdirs if true, then also create each parent directory in the path */
tiledb/sm/filesystem/test/unit_ls_filtered.cc:169
↓ 11 callers
Function
Status_IOError
Return a IO error class Status with a given message **/
tiledb/common/exception/status.h:266
↓ 11 callers
Function
Status_QueryConditionError
Return a Status_QueryConditionError error class Status with a given * message **/
tiledb/common/exception/status.h:397
↓ 11 callers
Method
action
tiledb/api/c_api_support/exception_wrapper/exception_wrapper.h:307
↓ 11 callers
Method
add_dimension_label
tiledb/sm/array_schema/array_schema.cc:859
↓ 11 callers
Method
aggregate_tile_with_frag_md
tiledb/sm/query/readers/aggregators/sum_aggregator.cc:94
↓ 11 callers
Method
cbegin
Return an iterator to the beginning of a const zipped view. */
tiledb/stdx/__ranges/zip_view.h:173
↓ 11 callers
Method
cell_val_num
(&self)
tiledb/oxidize/cxx-interface/src/sm/array_schema/mod.rs:190
↓ 11 callers
Function
check_dump
test/src/unit-capi-fill_values.cc:39
↓ 11 callers
Method
compare_as_mixed
* When comparing bound `left` and `right` as upper bounds, we are comparing * intervals `Left = (-infinity,left` and `Right = right,+infinity)`.
tiledb/common/interval/interval.h:772
↓ 11 callers
Method
create_current_domain
tiledb/sm/array_schema/test/unit_current_domain.cc:118
↓ 11 callers
Method
encryption_type
tiledb/sm/array/array.cc:778
↓ 11 callers
Method
get_memory_available
* Get available room based on budget * @return available amount left in budget */
tiledb/common/memory_tracker.h:331
↓ 11 callers
Method
get_metadata_from_index
* It gets a metadata item from an open array using an index. * The array must be opened in READ mode, otherwise the function will * error out.
tiledb/sm/cpp_api/array.h:1168
↓ 11 callers
Method
get_value_size
tiledb/sm/query/ast/query_ast.cc:427
↓ 11 callers
Method
inherit
tiledb/sm/config/config.cc:727
↓ 11 callers
Method
key
tiledb/sm/crypto/encryption_key.cc:112
↓ 11 callers
Method
label_attr_name
Returns the name of the attribute the label data is stored on. */
tiledb/sm/cpp_api/dimension_label_experimental.h:84
↓ 11 callers
Method
ptr
Returns a shared pointer to the C TileDB domain object. */
tiledb/sm/cpp_api/domain.h:273
↓ 11 callers
Method
push
* Push an item onto the producer-consumer queue. This producer-consumer * queue is unbounded; there is no risk of the caller being put to sleep.
tiledb/common/thread_pool/producer_consumer_queue.h:62
↓ 11 callers
Function
random_string
test/support/src/helpers.cc:1312
↓ 11 callers
Method
range_idx_start
tiledb/sm/subarray/subarray_tile_overlap.cc:109
↓ 11 callers
Function
range_str
tiledb/type/range/range.cc:38
↓ 11 callers
Method
read_generic_tile_from_file
tiledb/sm/fragment/fragment_metadata.cc:2765
↓ 11 callers
Method
setUri
tiledb/sm/serialization/tiledb-rest.capnp.h:17583
↓ 11 callers
Method
set_array_uri
Sets the array URI. */
tiledb/sm/array/array.h:743
↓ 11 callers
Method
set_domain
tiledb/sm/array_schema/dimension.cc:1352
↓ 11 callers
Method
shrink_to_fit
Forwarded from vector
tiledb/sm/misc/types.h:146
↓ 11 callers
Method
start_coords
* Returns the global coordinates of the first cell in the tile * with the input coordinates. */
tiledb/sm/array_schema/tile_domain.h:138
↓ 11 callers
Method
store
tiledb/sm/metadata/metadata.cc:191
↓ 11 callers
Method
store_enumeration
tiledb/sm/array_schema/array_schema.cc:1025
↓ 11 callers
Function
tiledb_attribute_get_fill_value_nullable
tiledb/api/c_api/attribute/attribute_api.cc:173
↓ 11 callers
Function
tiledb_attribute_set_fill_value_nullable
tiledb/api/c_api/attribute/attribute_api.cc:163
↓ 11 callers
Function
tiledb_config_iter_free
tiledb/api/c_api/config/config_api.cc:138
↓ 11 callers
Function
tiledb_config_iter_next
tiledb/api/c_api/config/config_api.cc:159
↓ 11 callers
Function
tiledb_dimension_get_tile_extent
tiledb/api/c_api/dimension/dimension_api.cc:132
↓ 11 callers
Function
tiledb_field_origin
tiledb/api/c_api/query_field/query_field_api.cc:168
↓ 11 callers
Function
tiledb_fragment_info_get_fragment_num
tiledb/api/c_api/fragment_info/fragment_info_api.cc:99
↓ 11 callers
Function
tiledb_fragment_info_get_non_empty_domain_from_index
tiledb/api/c_api/fragment_info/fragment_info_api.cc:151
↓ 11 callers
Function
tiledb_fragment_info_get_non_empty_domain_var_from_name
tiledb/api/c_api/fragment_info/fragment_info_api.cc:215
↓ 11 callers
Function
tiledb_fragment_info_get_non_empty_domain_var_size_from_name
tiledb/api/c_api/fragment_info/fragment_info_api.cc:187
↓ 11 callers
Function
tiledb_query_get_est_result_size
tiledb/sm/c_api/tiledb.cc:691
↓ 11 callers
Function
tiledb_subarray_add_label_range
tiledb/sm/c_api/tiledb_dimension_label.cc:119
↓ 11 callers
Function
tiledb_subarray_get_label_range_num
tiledb/sm/c_api/tiledb_dimension_label.cc:169
↓ 11 callers
Method
timestamp_end
* Returns the end timestamp as set by the user. * * This may differ from the actual timestamp in use if the array has not yet * been opened,
tiledb/sm/array/array.h:662
↓ 11 callers
Function
to_str
tiledb/sm/misc/parse_argument.cc:236
↓ 11 callers
Method
total_budget
@return Total memory budget for the reader. */
tiledb/sm/query/readers/sparse_index_reader_base.h:122
↓ 11 callers
Method
value
tiledb/api/c_api_support/exception_wrapper/test/unit_capi_error_tree.cc:214
↓ 11 callers
Function
verify_expanded_coordinates_3D
test/src/unit-Subarray.cc:594
↓ 11 callers
Method
view
tiledb/api/c_api/string/string_api_internal.h:71
↓ 11 callers
Method
wait_all
tiledb/common/thread_pool/thread_pool.cc:128
↓ 10 callers
Function
Status_ReaderError
Return a Reader error class Status with a given message **/
tiledb/common/exception/status.h:329
↓ 10 callers
Method
all_dims_fixed
tiledb/sm/array_schema/domain.cc:140
↓ 10 callers
Function
array_schema_from_capnp
#TODO Add security validation on incoming URI
tiledb/sm/serialization/array_schema.cc:941
↓ 10 callers
Method
array_type
tiledb/sm/array_schema/array_schema.cc:288
↓ 10 callers
Function
check_result
test/src/unit-capi-serialized_queries.cc:61
↓ 10 callers
Function
check_success
test/src/unit-ssl-config.cc:280
↓ 10 callers
Method
check_without_config
tiledb/sm/array_schema/array_schema.cc:445
↓ 10 callers
Method
clear
tiledb/sm/filter/filter_buffer.cc:613
↓ 10 callers
Method
close
tiledb/api/c_api/array/array_api_internal.h:89
↓ 10 callers
Method
commits_dir
test/support/src/vfs_helpers.h:925
↓ 10 callers
Method
compare
* Compare to another interval. Convention is that this interval is the * operand on the left side of and the argument is that on the right side.
tiledb/common/interval/interval.h:1209
↓ 10 callers
Function
config_from_capnp
tiledb/sm/serialization/config.cc:75
↓ 10 callers
Method
contains
tiledb/sm/filesystem/uri.cc:133
↓ 10 callers
Method
covers
* Returns `true` if the instance's domain slice covers completely * that of `tile_domain` for the tile identified by `tile_coords`. */
tiledb/sm/array_schema/tile_domain.h:214
↓ 10 callers
Method
create_schema
tiledb/sm/array_schema/test/unit_current_domain.cc:213
↓ 10 callers
Method
create_schema_var
tiledb/sm/array_schema/test/unit_current_domain.cc:243
↓ 10 callers
Method
current_domain
* Returns a copy of the schema's array currentDomain. To change the * currentDomain, use `set_current_domain()`. * * @param ctx The TileDB co
tiledb/sm/cpp_api/array_schema_experimental.h:168
↓ 10 callers
Function
current_domain_type_str
Returns the string representation of the input current domain type. */
tiledb/sm/enums/current_domain_type.h:54
↓ 10 callers
Function
dataAndOffsetToStrings
test/src/unit-cppapi-string-dims.cc:42
↓ 10 callers
Function
dump
tiledb/as_built/as_built.h:51
↓ 10 callers
Method
dump
tiledb/sm/stats/stats.cc:84
↓ 10 callers
Method
empty
Returns true if the range is empty. */
tiledb/type/range/range.h:423
↓ 10 callers
Function
ensure_dimension_is_valid
* Returns after successfully validating an error. Throws otherwise. * * @param dim A possibly-valid dimension handle */
tiledb/api/c_api/dimension/dimension_api_internal.h:140
↓ 10 callers
Function
ensure_domain_is_valid
* Returns after successfully validating an error. Throws otherwise. * * @param h A possibly-valid dimension handle */
tiledb/api/c_api/domain/domain_api_internal.h:121
↓ 10 callers
Method
filter_list
* Returns a copy of the FilterList of the attribute. * To change the filter list, use `set_filter_list()`. * * @return Copy of the attribute
tiledb/sm/cpp_api/attribute.h:413
↓ 10 callers
Method
getName
tiledb/sm/serialization/tiledb-rest.capnp.h:18627
↓ 10 callers
Method
get_mbr
tools/src/commands/info_command.cc:322
↓ 10 callers
Method
index_of
tiledb/sm/array_schema/enumeration.cc:464
↓ 10 callers
Method
info
tiledb/common/logger.cc:127
↓ 10 callers
Method
is_empty_bucket
tiledb/sm/filesystem/s3.cc:391
↓ 10 callers
Method
is_implicitly_initialized
* Returns ``true`` if the current range is implicitly set to the full * subset. **/
tiledb/sm/subarray/range_subset.h:503
↓ 10 callers
Method
is_lower_bound_closed
tiledb/common/interval/interval.h:1153
↓ 10 callers
Method
is_lower_bound_open
tiledb/common/interval/interval.h:1150
↓ 10 callers
Method
is_relative
* retrieve the relative attribute for a named member * * @param name of member to retrieve associated relative indicator. */
tiledb/sm/cpp_api/group.h:464
↓ 10 callers
Method
is_upper_bound_closed
tiledb/common/interval/interval.h:1162
↓ 10 callers
Method
is_upper_bound_open
tiledb/common/interval/interval.h:1159
↓ 10 callers
Method
key
* Return the discriminating key of the member within a group. No * multiple members with the same key may exist in a group. * * This method r
tiledb/sm/group/group_member.h:76
← previous
next →
801–900 of 10,959, ranked by callers