Skip to content

Instantly share code, notes, and snippets.

@hyunsik
Last active August 29, 2015 14:21
Show Gist options
  • Save hyunsik/34e1afe2f35a8b3914cd to your computer and use it in GitHub Desktop.
Save hyunsik/34e1afe2f35a8b3914cd to your computer and use it in GitHub Desktop.
FormatProperties
public interface FormatProperties {
boolean splittable();
boolean compressible();
boolean seekable();
boolean projectable();
boolean filterable();
boolean aggregatable();
boolean indexable();
Collection<String> compressionCodecs();
Collection<Type> dataTypes();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment