Package io.substrait.type
Interface NamedStruct
- All Known Implementing Classes:
ImmutableNamedStruct
@Immutable
public interface NamedStruct
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableNamedStruct.Builderbuilder()static NamedStructfromProto(NamedStruct namedStruct, ProtoTypeConverter protoTypeConverter) names()static NamedStructof(Iterable<String> names, Type.Struct type) struct()default NamedStructtoProto(TypeProtoConverter typeProtoConverter)
-
Method Details
-
struct
Type.Struct struct() -
names
-
builder
-
of
-
toProto
-
fromProto
-