MCPcopy Create free account

hub / github.com/apache/gravitino / functions

Functions12,494 in github.com/apache/gravitino

↓ 3,555 callersMethodget
Get the entity from the underlying storage. <p>Note. The implementation should be thread-safe, and should be able to handle concurrent retrieve of en
core/src/main/java/org/apache/gravitino/EntityStore.java:173
↓ 1,916 callersMethodof
Create a {@link Column} instance. @param name The name of the column. @param dataType The data type of the column. @param comment The comment of the
api/src/main/java/org/apache/gravitino/rel/Column.java:93
↓ 1,730 callersMethodbuild
()
clients/client-java/src/main/java/org/apache/gravitino/client/OAuth2TokenProvider.java:83
↓ 1,698 callersMethodput
Store the entity into the underlying storage. If the entity already exists, it will overwrite the existing entity. @param e the entity to store @para
core/src/main/java/org/apache/gravitino/EntityStore.java:112
↓ 1,201 callersMethodof
Create the NameIdentifier with the given levels of names. Args: names The names of the identifier Returns: T
clients/client-python/gravitino/name_identifier.py:60
↓ 1,173 callersMethodformat
Format the event, returning the unified audit log format. @param event The event to format. @return The formatted AuditLog.
core/src/main/java/org/apache/gravitino/audit/Formatter.java:33
↓ 901 callersMethodwithName
(String name)
core/src/main/java/org/apache/gravitino/connector/BaseSchema.java:73
↓ 720 callersMethodname
Name of this FileSystem provider. The value is 'builtin-local' for LocalFileSystem, 'builtin-hdfs' for HDFS, etc. @return The name of this FileSystem
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/fs/FileSystemProvider.java:82
↓ 678 callersMethodcontains
(String catalogName)
flink-connector/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java:94
↓ 599 callersMethodname
Get the name of the entity. @return The name of the entity.
core/src/main/java/org/apache/gravitino/HasIdentifier.java:29
↓ 587 callersMethodequals
Indicates whether some other object is "equal to" this one. @param distribution The reference distribution object with which to compare. @return retu
api/src/main/java/org/apache/gravitino/rel/expressions/distributions/Distribution.java:52
↓ 544 callersMethodappend
(Path path, FileSystem fileSystem)
clients/filesystem-hadoop3/src/test/java/org/apache/gravitino/filesystem/hadoop/FileSystemTestUtils.java:80
↓ 511 callersMethodmap
(org.apache.gravitino.rel.types.Types.MapType map, Type keyType, Type valueType)
catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/converter/ToIcebergType.java:93
↓ 499 callersMethodnameIdentifier
Get the name identifier of the entity. @return The name identifier of the entity.
core/src/main/java/org/apache/gravitino/HasIdentifier.java:52
↓ 497 callersMethodinfo
Get file info. :param path: Virtual fileset path :param kwargs: Extra args :return A file info dict
clients/client-python/gravitino/filesystem/gvfs.py:217
↓ 463 callersMethodwithComment
(String comment)
core/src/main/java/org/apache/gravitino/connector/BaseSchema.java:75
↓ 413 callersMethodwithAuditInfo
(AuditInfo auditInfo)
core/src/main/java/org/apache/gravitino/connector/BaseSchema.java:79
↓ 407 callersMethodwithType
(Type type)
core/src/main/java/org/apache/gravitino/connector/BaseFileset.java:91
↓ 405 callersMethodcolumns
@return The columns of the table.
api/src/main/java/org/apache/gravitino/rel/Table.java:48
↓ 403 callersMethodnextId
Returns a unique identifier. @return Next id to be used.
core/src/main/java/org/apache/gravitino/storage/IdGenerator.java:30
↓ 385 callersMethodasTableCatalog
@return the {@link TableCatalog} if the catalog supports table operations. @throws UnsupportedOperationException if the catalog does not support table
api/src/main/java/org/apache/gravitino/Catalog.java:161
↓ 375 callersMethodof
Create a namespace with the given levels. Args: levels The levels of the namespace Returns: A namespace with
clients/client-python/gravitino/namespace.py:57
↓ 366 callersMethodcomment
@return The comment of the tag.
api/src/main/java/org/apache/gravitino/tag/Tag.java:46
↓ 364 callersMethodname
@return The name of the tag.
api/src/main/java/org/apache/gravitino/tag/Tag.java:43
↓ 351 callersMethodauditInfo
@return The audit information of the entity.
api/src/main/java/org/apache/gravitino/Auditable.java:31
↓ 345 callersMethodexists
Check if the entity with the specified {@link org.apache.gravitino.NameIdentifier} exists. @param ident the name identifier of the entity @param enti
core/src/main/java/org/apache/gravitino/EntityStore.java:102
↓ 325 callersMethodgenRandomName
(String prefix)
integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/GravitinoITUtils.java:93
↓ 317 callersMethodwithId
(Long id)
core/src/main/java/org/apache/gravitino/meta/TagEntity.java:148
↓ 315 callersMethodallow
Returns the Privilege with allow condition from the string representation. @param privilege The string representation of the privilege. @return The P
api/src/main/java/org/apache/gravitino/authorization/Privileges.java:58
↓ 314 callersMethodaccept
(ErrorResponse errorResponse)
clients/client-java/src/main/java/org/apache/gravitino/client/ErrorHandlers.java:867
↓ 314 callersMethodasSchemas
Return the {@link SupportsSchemas} if the catalog supports schema operations. @return The {@link SupportsSchemas} if the catalog supports schema oper
api/src/main/java/org/apache/gravitino/Catalog.java:153
↓ 310 callersMethodnamespace
Get the namespace of the entity. @return The namespace of the entity.
core/src/main/java/org/apache/gravitino/HasIdentifier.java:43
↓ 305 callersMethodgetCode
()
core/src/main/java/org/apache/gravitino/storage/kv/ValueStatusEnum.java:41
↓ 293 callersMethodrequest
* @template T * @param {AxiosRequestConfig} config * @param {RequestOptions} [options] * @returns {Promise<T>}
web/web/src/lib/utils/axios/Axios.js:292
↓ 288 callersMethodgetName
()
authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerPrivilege.java:25
↓ 285 callersMethodproperties
@return The properties of the tag.
api/src/main/java/org/apache/gravitino/tag/Tag.java:49
↓ 270 callersMethodget
Perform a GET request on the specified path with given information and no query parameters. @param path The path to be requested. @param responseType
clients/client-java/src/main/java/org/apache/gravitino/client/RESTClient.java:142
↓ 259 callersMethodbuildMockResource
( Method method, String path, Map<String, String> queryParams, T reqBody, R resp
clients/client-java/src/test/java/org/apache/gravitino/client/TestBase.java:58
↓ 255 callersMethoddataType
@return The data type of this column.
api/src/main/java/org/apache/gravitino/rel/Column.java:59
↓ 237 callersMethodisEmpty
(SerializerProvider provider, Expression value)
common/src/main/java/org/apache/gravitino/json/JsonUtils.java:1310
↓ 226 callersMethodwithNullable
(boolean nullable)
core/src/main/java/org/apache/gravitino/connector/BaseColumn.java:113
↓ 221 callersMethodbuilder
()
core/src/main/java/org/apache/gravitino/meta/AuditInfo.java:51
↓ 220 callersMethodput
Stores a key-value pair, possibly overwriting an existing value if specified. @param key The key of the pair. @param value The value of the pair. @pa
core/src/main/java/org/apache/gravitino/storage/kv/KvBackend.java:48
↓ 219 callersMethodname
Define the name of the writer, which related to audit writer configuration. Audit log writer configuration start with: gravitino.audit.log.writer.${na
core/src/main/java/org/apache/gravitino/audit/AuditLogWriter.java:64
↓ 216 callersMethodtype
Retrieves the type of the entity. @return The type of the entity as defined by {@link EntityType}.
core/src/main/java/org/apache/gravitino/Entity.java:145
↓ 214 callersMethodwithProperties
(Map<String, String> properties)
core/src/main/java/org/apache/gravitino/connector/BaseSchema.java:77
↓ 213 callersMethodfieldName
Retrieves the field name of the column to be modified. @return An array of strings representing the field name.
api/src/main/java/org/apache/gravitino/rel/TableChange.java:932
↓ 199 callersMethoddefaultValue
@return The default value of this column, {@link Column#DEFAULT_VALUE_NOT_SET} if not specified
api/src/main/java/org/apache/gravitino/rel/Column.java:73
↓ 197 callersMethodbuilder
Creates a new instance of {@link Builder}. @return The new instance.
catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/JdbcColumn.java:60
↓ 193 callersMethodjoin
()
server/src/main/java/org/apache/gravitino/server/GravitinoServer.java:151
↓ 192 callersMethodobjectMapper
Returns a shared {@link ObjectMapper} instance for JSON serialization/deserialization test. <p>Note: This instance is intended for testing purposes o
common/src/main/java/org/apache/gravitino/json/JsonUtils.java:274
↓ 192 callersMethodsql
(@FormatString String sql, Object... args)
flink-connector/flink/src/test/java/org/apache/gravitino/flink/connector/integration/test/FlinkEnvIT.java:157
↓ 191 callersMethodname
(self)
clients/client-python/gravitino/name_identifier.py:56
↓ 190 callersMethodclose
Close the Iceberg metrics store @throws IOException if IO error happens
iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/metrics/IcebergMetricsStore.java:58
↓ 185 callersMethodwithNamespace
(Namespace namespace)
core/src/main/java/org/apache/gravitino/meta/TagEntity.java:158
↓ 182 callersMethodcreator
The creator of the entity. @return the creator of the entity.
api/src/main/java/org/apache/gravitino/Audit.java:33
↓ 182 callersMethoddelete
Delete the entity from the underlying storage by the specified {@link org.apache.gravitino.NameIdentifier}. @param ident the name identifier of the e
core/src/main/java/org/apache/gravitino/EntityStore.java:185
↓ 182 callersMethodset
Sets the value of a configuration entry. @param entry The configuration entry for which the value needs to be set. @param value The new value to be a
core/src/main/java/org/apache/gravitino/Config.java:175
↓ 179 callersMethodlevel
Get the level at the given position. Args: pos: The position of the level Returns: The level at the given po
clients/client-python/gravitino/namespace.py:88
↓ 174 callersMethodcreate
@param databaseName The name of the database. @param tableName The name of the table. @param columns The columns of the table. @param comment The comm
catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/operation/TableOperation.java:64
↓ 173 callersMethodtoString
()
catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/bean/JdbcIndexBean.java:75
↓ 172 callersMethodgetType
@return The type of the index.
api/src/main/java/org/apache/gravitino/rel/TableChange.java:735
↓ 172 callersMethodnullable
@return True if this column may produce null values. Default is true.
api/src/main/java/org/apache/gravitino/rel/Column.java:65
↓ 168 callersMethoddoc
Sets the documentation for the configuration. @param doc The documentation string. @return The current ConfigBuilder instance.
core/src/main/java/org/apache/gravitino/config/ConfigBuilder.java:73
↓ 167 callersMethodfilter
(ContainerRequestContext requestContext)
server/src/main/java/org/apache/gravitino/server/web/filter/AccessControlNotAllowedFilter.java:40
↓ 165 callersMethodwithCreateTime
Sets the creation time. @param createTime the creation time as an {@link Instant}. @return the builder instance.
core/src/main/java/org/apache/gravitino/meta/AuditInfo.java:195
↓ 165 callersMethodwithCreator
Sets the creator's name. @param creator the name of the creator. @return the builder instance.
core/src/main/java/org/apache/gravitino/meta/AuditInfo.java:184
↓ 158 callersMethodcreateCatalog
Create a catalog with specified catalog name, type, provider, comment, and properties. <p>The parameter "provider" is a short name of the catalog, us
api/src/main/java/org/apache/gravitino/SupportsCatalogs.java:93
↓ 157 callersMethodcreateTable
Create a table in the catalog based on the provided details. <p>This method returns the table as defined by the user without applying all defaults. I
api/src/main/java/org/apache/gravitino/rel/TableCatalog.java:92
↓ 154 callersMethodget
Retrieves the value associated with a given key. @param key The key to retrieve the value for. @return The value associated with the key, or null if
core/src/main/java/org/apache/gravitino/storage/kv/KvBackend.java:58
↓ 151 callersMethodcreateSchema
(NameIdentifier ident, String comment, Map<String, String> properties)
catalogs/catalog-lakehouse-hudi/src/main/java/org/apache/gravitino/catalog/lakehouse/hudi/ops/HudiCatalogBackendOps.java:58
↓ 150 callersMethodlevels
Get the levels of the namespace. Returns: The levels of the namespace
clients/client-python/gravitino/namespace.py:80
↓ 150 callersMethodsql
(String query)
spark-connector/spark-common/src/test/java/org/apache/gravitino/spark/connector/integration/test/util/SparkUtilIT.java:87
↓ 150 callersMethodvalueOf
(String name)
authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerPrivileges.java:122
↓ 147 callersMethodgetProperty
Get the property name to set. @return The property name to set.
api/src/main/java/org/apache/gravitino/tag/TagChange.java:195
↓ 146 callersMethodinsert
Stores the entity, possibly overwriting an existing entity if specified. @param e The entity which need be stored. @param overwritten If true, overwr
core/src/main/java/org/apache/gravitino/storage/relational/RelationalBackend.java:83
↓ 141 callersMethodcanBindTo
If the privilege can bind to a securable object, then this method will return true, otherwise false. @param type The securable object type. @return I
api/src/main/java/org/apache/gravitino/authorization/Privilege.java:50
↓ 138 callersMethodid
Get the unique id of the entity. @return The unique id of the entity.
core/src/main/java/org/apache/gravitino/meta/RoleEntity.java:129
↓ 138 callersMethodloadTable
Load table metadata by {@link NameIdentifier} from the catalog. @param ident A table identifier. @return The table metadata. @throws NoSuchTableExcep
api/src/main/java/org/apache/gravitino/rel/TableCatalog.java:61
↓ 136 callersMethodwithDefaultValue
(Expression defaultValue)
core/src/main/java/org/apache/gravitino/connector/BaseColumn.java:117
↓ 133 callersMethodfullName
The full name of the object. Full name will be separated by "." to represent a string identifier of the object, like catalog, catalog.table, etc. @re
api/src/main/java/org/apache/gravitino/MetadataObject.java:87
↓ 132 callersMethodcreateTable
( NameIdentifier ident, Column[] columns, String comment, Map<String, String> properti
catalogs/catalog-lakehouse-hudi/src/main/java/org/apache/gravitino/catalog/lakehouse/hudi/ops/HudiCatalogBackendOps.java:78
↓ 129 callersMethodfield
Returns a {@link FieldReference} for the given field name(s). The array of field name(s) is used to reference nested fields. For example, if we have a
api/src/main/java/org/apache/gravitino/rel/expressions/NamedReference.java:39
↓ 129 callersMethodparse
Create a {@link SecurableObject} from the given full name. @param fullName The full name of securable object. @param type The securable object type.
api/src/main/java/org/apache/gravitino/authorization/SecurableObjects.java:183
↓ 129 callersMethodwithCreator
Sets the creator for the audit. @param creator The creator of the audit. @return The builder instance.
common/src/main/java/org/apache/gravitino/dto/AuditDTO.java:115
↓ 128 callersMethodisEmpty
Check if the namespace is empty. @return True if the namespace is empty, false otherwise.
api/src/main/java/org/apache/gravitino/Namespace.java:117
↓ 127 callersMethodentity
Retrieves the CatalogEntity associated with this catalog. @return The CatalogEntity instance.
core/src/main/java/org/apache/gravitino/connector/BaseCatalog.java:307
↓ 124 callersMethodgetCurrentUserName
()
core/src/main/java/org/apache/gravitino/utils/PrincipalUtils.java:58
↓ 122 callersMethodsql
(String query, Object... args)
iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/integration/test/IcebergRESTServiceBaseIT.java:161
↓ 121 callersMethodstringConf
Creates a configuration entry for String data type. @return The created ConfigEntry instance for String data type.
core/src/main/java/org/apache/gravitino/config/ConfigBuilder.java:114
↓ 120 callersMethodremove
Remove a metadata entity MetadataObjectChange. @param metadataObject The metadata object. @return return a MetadataObjectChange for the remove metada
api/src/main/java/org/apache/gravitino/authorization/MetadataObjectChange.java:49
↓ 119 callersMethodgetValue
()
catalogs/catalog-jdbc-mysql/src/main/java/org/apache/gravitino/catalog/mysql/MysqlTablePropertiesMetadata.java:98
↓ 119 callersMethodof
Create the metadata object with the given name, parent and type. @param parent The parent of the metadata object @param name The name of the metadata
api/src/main/java/org/apache/gravitino/MetadataObjects.java:48
↓ 119 callersMethodwithCreateTime
Sets the create time for the audit. @param createTime The create time of the audit. @return The builder instance.
common/src/main/java/org/apache/gravitino/dto/AuditDTO.java:126
↓ 116 callersMethodput
Perform a PUT request on the specified path with given information. @param path The path to be requested. @param body The request body to be included
clients/client-java/src/main/java/org/apache/gravitino/client/RESTClient.java:304
↓ 113 callersMethoddispatchEvent
Dispatches an event to all registered listeners. Each listener processes the event based on its implementation, which could be either synchronous or a
core/src/main/java/org/apache/gravitino/listener/EventBus.java:58
↓ 113 callersMethodlength
Get the length of the namespace. Returns: The length of the namespace.
clients/client-python/gravitino/namespace.py:101
↓ 112 callersMethodasFilesetCatalog
@return the {@link FilesetCatalog} if the catalog supports fileset operations. @throws UnsupportedOperationException if the catalog does not support f
api/src/main/java/org/apache/gravitino/Catalog.java:169
↓ 111 callersFunctionalpha
(color, value)
web/web/src/lib/utils/color.js:30
↓ 111 callersMethodunique
Create a unique index on columns. Like unique (a) or unique (a, b), for complex like unique @param name The name of the index @param fieldNames The f
api/src/main/java/org/apache/gravitino/rel/indexes/Indexes.java:37
next →1–100 of 12,494, ranked by callers