Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/featureform/featureform
/ functions
Functions
5,008 in github.com/featureform/featureform
⨍
Functions
5,008
◇
Types & classes
913
↳
Endpoints
59
↓ 1 callers
Function
is_ready
(json_value)
client/tests/e2e.py:278
↓ 1 callers
Method
is_ready
(self)
client/src/featureform/resources.py:1473
↓ 1 callers
Method
is_transformation_type
(self)
client/src/featureform/resources.py:1187
↓ 1 callers
Function
k8sOfflineStoreFactory
(config pc.SerializedConfig)
provider/k8s.go:190
↓ 1 callers
Method
label
(self)
client/src/featureform/register.py:1040
↓ 1 callers
Method
label
(self)
client/src/featureform/serving.py:998
↓ 1 callers
Function
latestRecord
(recs []ResourceRecord)
provider/offline.go:734
↓ 1 callers
Function
list_name
(stub, resource_type)
client/src/featureform/list.py:7
↓ 1 callers
Function
list_name_status_desc
(stub, resource_type)
client/src/featureform/list.py:39
↓ 1 callers
Method
loadSnapshot
(filename string)
backup/backup.go:154
↓ 1 callers
Function
main
()
scripts/databricks_job_cleanup.py:55
↓ 1 callers
Function
main
()
provider/scripts/spark/tests/test_files/scripts/test_emr_error.py:7
↓ 1 callers
Method
makeFullConnection
(base, parameters string)
provider/provider_config/snowflake_config.go:83
↓ 1 callers
Method
materializationCreate
(schema ResourceSchema)
provider/spark.go:576
↓ 1 callers
Method
materializationCreate
(tableName string, resultName string)
provider/bigquery.go:51
↓ 1 callers
Method
materializationDrop
(tableName string)
provider/bigquery.go:60
↓ 1 callers
Method
materializationExists
(id MaterializationID)
provider/sql.go:769
↓ 1 callers
Method
materializationExists
(id MaterializationID)
provider/bigquery.go:1147
↓ 1 callers
Method
materializationExists
(id MaterializationID)
provider/clickhouse.go:190
↓ 1 callers
Method
materializationIterateSegment
(tableName string, start int64, end int64)
provider/bigquery.go:52
↓ 1 callers
Method
materializationUpdate
(client *bigquery.Client, tableName string, sourceName string)
provider/bigquery.go:61
↓ 1 callers
Method
materializeFeature
(id metadata.ResourceID, config runner.MaterializedRunnerConfig)
coordinator/coordinator.go:840
↓ 1 callers
Method
materializeFeatureOnSchedule
(id metadata.ResourceID, config runner.MaterializedRunnerConfig, schedule string)
coordinator/coordinator.go:860
↓ 1 callers
Method
materializeFeatureViaS3Import
(id metadata.ResourceID, config runner.MaterializedRunnerConfig, sourceStore provider.OfflineStore)
coordinator/coordinator.go:881
↓ 1 callers
Function
metadataClient
(t *testing.T, addr string)
serving/serving_test.go:561
↓ 1 callers
Function
modelUpdates
* Currently, the testing pattern assumes immutability, which made writing test for model updates a bit awkward. As we roll out updates to other resour
metadata/metadata_test.go:1529
↓ 1 callers
Method
name_variant
(self)
client/src/featureform/resources.py:1420
↓ 1 callers
Method
name_variant
(self)
client/src/featureform/register.py:889
↓ 1 callers
Method
needsJob
(res Resource)
metadata/metadata.go:104
↓ 1 callers
Method
newBQOfflineTable
(name string, columnType string)
provider/bigquery.go:50
↓ 1 callers
Function
newBatchRow
(entity interface{}, features []interface{})
serving/serialize.go:98
↓ 1 callers
Function
newBigQueryGenericTableIterator
(it *bigquery.RowIterator, query BQOfflineTableQueries)
provider/bigquery.go:220
↓ 1 callers
Method
newBigQueryPrimaryTable
(client *bigquery.Client, name string, schema TableSchema)
provider/bigquery.go:1383
↓ 1 callers
Function
newCSVIterator
(b []byte, limit int64)
provider/iterators.go:441
↓ 1 callers
Function
newClickHouseFeatureIterator
(rows *sql.Rows, columnType interface{}, query OfflineTableQueries)
provider/clickhouse.go:1488
↓ 1 callers
Function
newClickHouseTableIterator
(rows *sql.Rows, columnTypes []interface{}, columnNames []string, query OfflineTableQueries)
provider/clickhouse.go:450
↓ 1 callers
Function
newMemoryFeatureIterator
(recs []ResourceRecord)
provider/offline.go:958
↓ 1 callers
Function
newMemoryOfflineTable
()
provider/offline.go:864
↓ 1 callers
Function
newMemoryTrainingSetIterator
(data trainingRows)
provider/offline.go:828
↓ 1 callers
Function
newRow
(features []interface{}, label interface{})
serving/serialize.go:85
↓ 1 callers
Function
newSourceRow
(rows []interface{})
serving/serialize.go:133
↓ 1 callers
Function
newValue
(val interface{})
serving/serialize.go:19
↓ 1 callers
Function
newbqFeatureIterator
(it *bigquery.RowIterator, query BQOfflineTableQueries)
provider/bigquery.go:596
↓ 1 callers
Method
newbqOfflineTable
(client *bigquery.Client, name string, valueType ValueType)
provider/bigquery.go:999
↓ 1 callers
Method
newbqTrainingSetIterator
(iter *bigquery.RowIterator)
provider/bigquery.go:1274
↓ 1 callers
Function
newsqlFeatureIterator
(rows *sql.Rows, columnType interface{}, query OfflineTableQueries)
provider/sql.go:474
↓ 1 callers
Function
newsqlGenericTableIterator
(rows *sql.Rows, columnTypes []interface{}, columnNames []string, query OfflineTableQueries)
provider/sql.go:1238
↓ 1 callers
Method
newsqlOfflineTable
(db *sql.DB, name string, valueType ValueType)
provider/sql.go:1113
↓ 1 callers
Method
newsqlOfflineTable
(db *sql.DB, name string, valueType ValueType)
provider/clickhouse.go:156
↓ 1 callers
Method
newsqlPrimaryTable
(db *sql.DB, name string, schema TableSchema)
provider/sql.go:273
↓ 1 callers
Method
newsqlPrimaryTable
(db *sql.DB, name string, schema TableSchema)
provider/clickhouse.go:130
↓ 1 callers
Method
next_args
(self)
embeddinghub/test/benchmark.py:34
↓ 1 callers
Method
next_args
(self)
embeddinghub/test/benchmark.py:233
↓ 1 callers
Method
next_run
(self, args)
embeddinghub/test/benchmark.py:38
↓ 1 callers
Method
num_runs
(self)
embeddinghub/test/benchmark.py:82
↓ 1 callers
Function
numerical_bar_chart
(df, column_name)
provider/scripts/spark/offline_store_spark_runner.py:126
↓ 1 callers
Function
onDemandFeatureRecords
()
serving/serving_test.go:57
↓ 1 callers
Method
parseFeatureVariantStream
(stream featureVariantStream)
metadata/client.go:334
↓ 1 callers
Method
parseLabelVariantStream
(stream labelVariantStream)
metadata/client.go:480
↓ 1 callers
Method
parseParquetColumnName
(r *parquet.Reader)
provider/iterators.go:345
↓ 1 callers
Method
parseSourceVariantStream
(stream sourceVariantStream)
metadata/client.go:858
↓ 1 callers
Method
parseTrainingSetVariantStream
(stream trainingSetVariantStream)
metadata/client.go:613
↓ 1 callers
Method
parseValue
Attempts to parse value in one of the following formats: 1. a scalar value (string, int, float, bool) 2. []float32 (i.e. vector32)
provider/k8s.go:1271
↓ 1 callers
Function
parse_feature
(data)
tests/end_to_end/serving.py:38
↓ 1 callers
Function
parse_proto_type
(value)
client/src/featureform/serving.py:1041
↓ 1 callers
Function
parse_versions
(data)
tests/end_to_end/serving.py:31
↓ 1 callers
Function
partition
(as []A, low int, high int)
lib/slice_utils.go:21
↓ 1 callers
Method
primaryTableCreate
(name string, columnString string)
provider/bigquery.go:43
↓ 1 callers
Method
primaryTableRegister
(tableName string, sourceName string)
provider/bigquery.go:71
↓ 1 callers
Method
primaryTableRegister
(tableName string, sourceName string)
provider/mysql.go:78
↓ 1 callers
Method
propagateChange
(newRes Resource)
metadata/metadata.go:1964
↓ 1 callers
Function
providerUpdates
()
metadata/metadata_test.go:791
↓ 1 callers
Function
quickSort
(as []A, low int, high int)
lib/slice_utils.go:13
↓ 1 callers
Function
randomMetricsId
Metrics can't have numbers in it, so we can't just use a UUID.
serving/serving_test.go:477
↓ 1 callers
Method
readFrom
(filename string)
backup/backup.go:118
↓ 1 callers
Method
readTableValue
(feature, variant string)
provider/blob_online.go:66
↓ 1 callers
Function
read_file
(file)
client/src/featureform/cli.py:265
↓ 1 callers
Function
read_url
(url)
client/src/featureform/cli.py:270
↓ 1 callers
Method
records
()
provider/offline.go:870
↓ 1 callers
Function
registerMockFailIndexRunnerFactory
()
runner/worker/worker_test.go:196
↓ 1 callers
Function
registerMockFailRunnerFactory
()
runner/worker/worker_test.go:163
↓ 1 callers
Function
registerMockRunnerFactoryFailingWatcher
()
runner/worker/worker_test.go:152
↓ 1 callers
Function
registerUpdateMockRunnerFactory
(resID metadata.ResourceID)
runner/worker/worker_test.go:347
↓ 1 callers
Method
register_bigquery
Register a BigQuery provider. **Examples**: ``` bigquery = ff.register_bigquery( name="bigquery-quickstart",
client/src/featureform/register.py:3144
↓ 1 callers
Method
register_cassandra
Register a Cassandra provider. **Examples**: ``` cassandra = ff.register_cassandra( name = "cassandra",
client/src/featureform/register.py:2610
↓ 1 callers
Method
register_clickhouse
Register a ClickHouse provider. **Examples**: ``` clickhouse = ff.register_clickhouse( name="clickhouse-quickstar
client/src/featureform/register.py:3011
↓ 1 callers
Method
register_file
Register a Spark data source as a primary data source. **Examples** ``` spark = client.get_provider("my_spark") tran
client/src/featureform/register.py:235
↓ 1 callers
Method
register_firestore
Register a Firestore provider. **Examples**: ``` firestore = ff.register_firestore( name="firestore-quickstart",
client/src/featureform/register.py:2553
↓ 1 callers
Method
register_pinecone
Register a Pinecone provider. **Examples**: ``` pinecone = ff.register_pinecone( name="pinecone-quickstart",
client/src/featureform/register.py:2182
↓ 1 callers
Method
register_redshift
Register a Redshift provider. **Examples**: ``` redshift = ff.register_redshift( name="redshift-quickstart",
client/src/featureform/register.py:3077
↓ 1 callers
Method
register_resources
( self, entity: Union[str, EntityRegistrar], entity_column: str, owner: Union[
client/src/featureform/register.py:892
↓ 1 callers
Method
register_snowflake_legacy
Register a Snowflake provider using legacy credentials. **Examples**: ``` snowflake = ff.register_snowflake_legacy(
client/src/featureform/register.py:2801
↓ 1 callers
Method
register_weaviate
Register a Weaviate provider. **Examples**: ``` weaviate = ff.register_weaviate( name="weaviate-quickstart",
client/src/featureform/register.py:2235
↓ 1 callers
Method
removeFile
(path filestore.Filepath)
provider/filestore.go:517
↓ 1 callers
Function
remove_timestamps
(json_value)
client/tests/e2e.py:269
↓ 1 callers
Function
replaceSourceName
(query string, mapping []SourceMapping, sanitize sanitization)
provider/offline.go:998
↓ 1 callers
Function
replaceTags
(resourceTypeParam string, currentResource metadata.Resource, newTagList *pb.Tags)
metadata/dashboard/dashboard_metadata.go:1463
↓ 1 callers
Method
request_generator
(self)
client/src/featureform/serving.py:573
↓ 1 callers
Method
resourceExists
(tableName string)
provider/sql.go:40
↓ 1 callers
Function
response
(req_type, iterator_done)
client/tests/test_train_test_split.py:13
← previous
next →
1,601–1,700 of 5,008, ranked by callers