@ThriftStruct
public final class TrinoThriftNullableColumnSet
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
TrinoThriftNullableColumnSet
@ThriftConstructor
public TrinoThriftNullableColumnSet(@Nullable
Set<String> columns)
-
Method Details
-
getColumns
@Nullable
@ThriftField(value=1,
requiredness=OPTIONAL)
public Set<String> getColumns()
-
-
-