MCPcopy Index your code
hub / github.com/feast-dev/feast / set

Method set

java/serving-client/src/main/java/dev/feast/Row.java:60–62  ·  view source on GitHub ↗
(String fieldName, Object value)

Source from the content-addressed store, hash-verified

58 }
59
60 public Row set(String fieldName, Object value) {
61 return this.set(fieldName, value, FieldStatus.PRESENT);
62 }
63
64 public Row set(String fieldName, Object value, FieldStatus status) {
65 String valueType = value.getClass().getCanonicalName();

Callers 15

getOnlineFeaturesMethod · 0.95
update_feature_freshnessFunction · 0.80
monitor_resourcesFunction · 0.80
start_serverFunction · 0.80
load_configMethod · 0.80
shutdownMethod · 0.80
set_current_userMethod · 0.80
dask.pyFile · 0.80
to_spark_dfMethod · 0.80
retrieveFeaturesMethod · 0.80

Calls 3

putMethod · 0.80
newBuilderMethod · 0.80
buildMethod · 0.45

Tested by 1