Uses of Interface
feast.proto.types.FieldProto.FieldOrBuilder
-
Packages that use FieldProto.FieldOrBuilder Package Description feast.proto.storage feast.proto.types -
-
Uses of FieldProto.FieldOrBuilder in feast.proto.storage
Methods in feast.proto.storage that return FieldProto.FieldOrBuilder Modifier and Type Method Description FieldProto.FieldOrBuilderRedisProto.RedisKey.Builder. getEntitiesOrBuilder(int index)List of fields containing entity names and their respective values contained within this feature row.FieldProto.FieldOrBuilderRedisProto.RedisKey. getEntitiesOrBuilder(int index)List of fields containing entity names and their respective values contained within this feature row.FieldProto.FieldOrBuilderRedisProto.RedisKeyOrBuilder. getEntitiesOrBuilder(int index)List of fields containing entity names and their respective values contained within this feature row.Methods in feast.proto.storage that return types with arguments of type FieldProto.FieldOrBuilder Modifier and Type Method Description List<? extends FieldProto.FieldOrBuilder>RedisProto.RedisKey.Builder. getEntitiesOrBuilderList()List of fields containing entity names and their respective values contained within this feature row.List<? extends FieldProto.FieldOrBuilder>RedisProto.RedisKey. getEntitiesOrBuilderList()List of fields containing entity names and their respective values contained within this feature row.List<? extends FieldProto.FieldOrBuilder>RedisProto.RedisKeyOrBuilder. getEntitiesOrBuilderList()List of fields containing entity names and their respective values contained within this feature row. -
Uses of FieldProto.FieldOrBuilder in feast.proto.types
Classes in feast.proto.types that implement FieldProto.FieldOrBuilder Modifier and Type Class Description static classFieldProto.FieldProtobuf typefeast.types.Fieldstatic classFieldProto.Field.BuilderProtobuf typefeast.types.FieldMethods in feast.proto.types that return FieldProto.FieldOrBuilder Modifier and Type Method Description FieldProto.FieldOrBuilderFeatureRowProto.FeatureRow.Builder. getFieldsOrBuilder(int index)Fields in the feature row.FieldProto.FieldOrBuilderFeatureRowProto.FeatureRow. getFieldsOrBuilder(int index)Fields in the feature row.FieldProto.FieldOrBuilderFeatureRowProto.FeatureRowOrBuilder. getFieldsOrBuilder(int index)Fields in the feature row.Methods in feast.proto.types that return types with arguments of type FieldProto.FieldOrBuilder Modifier and Type Method Description List<? extends FieldProto.FieldOrBuilder>FeatureRowProto.FeatureRow.Builder. getFieldsOrBuilderList()Fields in the feature row.List<? extends FieldProto.FieldOrBuilder>FeatureRowProto.FeatureRow. getFieldsOrBuilderList()Fields in the feature row.List<? extends FieldProto.FieldOrBuilder>FeatureRowProto.FeatureRowOrBuilder. getFieldsOrBuilderList()Fields in the feature row.
-