Searched defs:StaticTableSchema (Results 1 – 1 of 1) sorted by relevance
67 public final class StaticTableSchema<T> extends WrappedTableSchema<T, StaticImmutableTableSchema<T,… class68 private StaticTableSchema(Builder<T> builder) { in StaticTableSchema() method in StaticTableSchema